Skip to content

Instantly share code, notes, and snippets.

@lewiscowper
Created July 6, 2015 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lewiscowper/a4559f81d12ad1ce1648 to your computer and use it in GitHub Desktop.
Save lewiscowper/a4559f81d12ad1ce1648 to your computer and use it in GitHub Desktop.
it('should set _scope.foo to 3', function () {
expect(_scope.foo).toEqual(3);
});
it('should set _scope.baz to true', function () {
expect(_scope.baz).toBe(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment