client/app/app_controller_test.js
author cavaliet
Fri, 10 Oct 2014 12:03:01 +0200
changeset 9 ae8a74bd6add
parent 1 1cdebfeb77f9
permissions -rw-r--r--
alert system for feedback

'use strict';

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