client/app/app_controller_test.js
author cavaliet
Sat, 25 Oct 2014 11:54:11 +0200
changeset 68 9f6b2da245a3
parent 1 1cdebfeb77f9
permissions -rw-r--r--
new cats

'use strict';

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