client/app/app_controller_test.js
author cavaliet
Mon, 20 Oct 2014 18:02:31 +0200
changeset 48 a7abfcfd7959
parent 1 1cdebfeb77f9
permissions -rw-r--r--
real time with piano roll and new category management

'use strict';

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