client/app/auth/auth_controller_test.js
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 00:29:37 +0200
changeset 126 5ee558e98aff
parent 60 7d624c1013a3
permissions -rw-r--r--
Added tag V0.1-alpha.0 for changeset 46d7f17cff3d

'use strict';

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