| changeset 0 | cef349423167 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/app/components/app_service_test.js Wed Jun 11 01:26:59 2014 +0200 @@ -0,0 +1,7 @@ +'use strict'; + +describe("app_service_test", function(){ + it("should assert something",function(){ + expect(true).toBe(true); + }) +}) \ No newline at end of file