client/app/app_controller_test.js
author cavaliet
Tue, 14 Oct 2014 16:24:49 +0200
changeset 20 a2525a44ec94
parent 1 1cdebfeb77f9
permissions -rw-r--r--
double piano roll first step

'use strict';

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