client/app/app_controller_test.js
author rougeronj
Thu, 04 Jun 2015 20:12:49 +0200
changeset 116 6803d581ff19
parent 0 cef349423167
permissions -rw-r--r--
update config.tmpl and add auth_Jamespot (so jamespot can send us a jwt and log in automatically)

'use strict';

describe("app_controller_test", function(){
    it("should assert something",function(){
        expect(true).toBe(true);
    })
})