Skip to content

Instantly share code, notes, and snippets.

@BrianGenisio
Created September 24, 2011 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianGenisio/1239601 to your computer and use it in GitHub Desktop.
Save BrianGenisio/1239601 to your computer and use it in GitHub Desktop.
package
{
include "mathSpec.as"
import flash.display.Sprite;
import org.jasmineflex.*
public class asJasmine extends Sprite
{
public function asJasmine()
{
jasmine.getEnv().addReporter(new TrivialTraceReporter());
jasmine.getEnv().execute();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment