Skip to content

Instantly share code, notes, and snippets.

@dznz
Created August 11, 2013 22:29
Show Gist options
  • Save dznz/6207177 to your computer and use it in GitHub Desktop.
Save dznz/6207177 to your computer and use it in GitHub Desktop.
Jasmine testing fail
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