Skip to content

Instantly share code, notes, and snippets.

@keithelliott
Created July 23, 2012 23:58
Show Gist options
  • Save keithelliott/3167037 to your computer and use it in GitHub Desktop.
Save keithelliott/3167037 to your computer and use it in GitHub Desktop.
Jasmine Example
describe("Chatham's Url Loader", function(){
it("takes a string and returns a url", function(){
expect("index").toBe("www.chathamfinancial.com");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment