client/app/auth/auth_controller_test.js
author rougeronj
Wed, 27 May 2015 18:59:55 +0200
changeset 97 0afdaa004ee1
parent 60 7d624c1013a3
permissions -rw-r--r--
replace all the tab by spaces

'use strict';

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