| changeset 60 | 7d624c1013a3 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/app/auth/auth_controller_test.js Fri Apr 03 10:44:34 2015 +0200 @@ -0,0 +1,7 @@ +'use strict'; + +describe("auth_controller_test", function(){ + it("should assert something",function(){ + expect(true).toBe(true); + }) +}) \ No newline at end of file