diff -r 1ada9d221ba3 -r 08f34bbc70ee client/app/login/login_controller_test.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/app/login/login_controller_test.js Wed Mar 11 17:38:14 2015 +0100 @@ -0,0 +1,7 @@ +'use strict'; + +describe("login_controller_test", function(){ + it("should assert something",function(){ + expect(true).toBe(true); + }) +})