Skip to content

Instantly share code, notes, and snippets.

@demental
Created December 20, 2012 14:43
Show Gist options
  • Save demental/4345663 to your computer and use it in GitHub Desktop.
Save demental/4345663 to your computer and use it in GitHub Desktop.
//
using('#searchMessage').expect(binding('query')).toBe('nexus');
// VS
using('#searchMessage').expect(binding('query').toBe('nexus')); // => WRONG, but test skipped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment