client/app/app_controller_test.js
author cavaliet
Fri, 03 Oct 2014 16:15:50 +0200
changeset 4 28208a0ad8b9
parent 0 cef349423167
permissions -rw-r--r--
edit slide by url

'use strict';

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