client/app/app_controller_test.js
author nowmad@23.1.168.192.in-addr.arpa
Wed, 02 Dec 2015 19:38:02 +0100
changeset 202 58b71002c2e2
parent 0 cef349423167
permissions -rw-r--r--
copy server new client version

'use strict';

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