client/app/app_controller_test.js
author rougeronj
Fri, 03 Apr 2015 10:42:04 +0200
changeset 59 df402f454856
parent 0 cef349423167
permissions -rw-r--r--
repair Auth folder broken by cass on title -> Delete and add again

'use strict';

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