client/app/auth/auth_controller_test.js
author nowmad@23.1.168.192.in-addr.arpa
Wed, 02 Dec 2015 19:38:02 +0100
changeset 202 58b71002c2e2
parent 60 7d624c1013a3
permissions -rw-r--r--
copy server new client version

'use strict';

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