Created
July 23, 2012 23:58
-
-
Save keithelliott/3167037 to your computer and use it in GitHub Desktop.
Jasmine Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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