client/app/app_controller_test.js
author cavaliet
Thu, 16 Oct 2014 11:04:45 +0200
changeset 28 6025b8470d18
parent 1 1cdebfeb77f9
permissions -rw-r--r--
pianoroll in webapp

'use strict';

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