Skip to content

Instantly share code, notes, and snippets.

@mcranston18
Created September 9, 2014 21:27
Show Gist options
  • Save mcranston18/3e82da3eb7e20827de95 to your computer and use it in GitHub Desktop.
Save mcranston18/3e82da3eb7e20827de95 to your computer and use it in GitHub Desktop.
Underscore test
beforeEach(inject(function(_) {
underScoreService = _;
}));
it('should do something', function () {
expect(underScoreService).toBe(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment