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