client/app/app_controller_test.js
author cavaliet
Mon, 13 Oct 2014 19:05:09 +0200
changeset 17 4dd9a96a6d3b
parent 1 1cdebfeb77f9
permissions -rw-r--r--
time information and keyboard drawn

'use strict';

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