Created
August 11, 2013 22:29
-
-
Save dznz/6207177 to your computer and use it in GitHub Desktop.
Jasmine testing fail
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
it 'set default id and title', -> | |
id = 2; | |
title = "crichq"; | |
expect(id).toEqual(2); | |
expect(title).toEqual("crichq"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment