Advertisement
saasbook

sanity_check_spec.js

Aug 15th, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. describe('Jasmine sanity check', function() {
  2. it('works', function() { expect(true).toBe(true); });
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement