client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 09:36:41 +0200
changeset 135 27065f8a19d3
parent 0 cef349423167
permissions -rw-r--r--
correct rename of src

'use strict';

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