woodpecker/server/app/scripts/controllers/users.spec.js
2014-06-21 17:41:40 -07:00

7 lines
No EOL
115 B
JavaScript

'use strict';
describe('users controller', function(){
it('should 1==1', function(){
expect(1).toBe(1)
});
});