client/app/auth/auth_controller_test.js
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 00:29:27 +0200
changeset 125 46d7f17cff3d
parent 60 7d624c1013a3
permissions -rw-r--r--
add trace to setup

'use strict';

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