Skip to content

Instantly share code, notes, and snippets.

@BrianGenisio
Created September 24, 2011 17:24
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/1239597 to your computer and use it in GitHub Desktop.
Save BrianGenisio/1239597 to your computer and use it in GitHub Desktop.
import org.jasmineflex.global.*;
describe("adding", function():void {
it("sums two values", function():void {
expect(1 + 1).toBe(2);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment