client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Sat, 25 Oct 2014 00:42:30 +0200
changeset 64 2f5d0e9fe7b5
parent 1 1cdebfeb77f9
permissions -rw-r--r--
correct syntax error

'use strict';

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