client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Fri, 17 Oct 2014 13:15:18 +0200
changeset 33 c8af05668f2e
parent 1 1cdebfeb77f9
permissions -rw-r--r--
add requests to requirement file

'use strict';

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