diff -r 21ecbde9e080 -r 4053d9a44548 client/app/login/login_controller_test.js --- a/client/app/login/login_controller_test.js Mon Mar 23 12:22:44 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -'use strict'; - -describe("login_controller_test", function(){ - it("should assert something",function(){ - expect(true).toBe(true); - }) -})