client/app/Auth/login_controller_test.js
author rougeronj
Mon, 23 Mar 2015 12:24:13 +0100
changeset 25 4053d9a44548
parent 13 client/app/login/login_controller_test.js@08f34bbc70ee
permissions -rw-r--r--
rename 'login' to 'Auth' to handle further authentication functions

'use strict';

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