Skip to content

Instantly share code, notes, and snippets.

@efleming969
Created December 11, 2013 16:52
Show Gist options
  • Select an option

  • Save efleming969/7914159 to your computer and use it in GitHub Desktop.

Select an option

Save efleming969/7914159 to your computer and use it in GitHub Desktop.
describe("greeting", function () {
it("should be hello", function () {
expect(greeting()).toBe("hello");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment