client/app/auth/auth_controller_test.js
author nowmad@23.1.168.192.in-addr.arpa
Wed, 02 Dec 2015 19:33:41 +0100
changeset 199 5dfc5b6c2e00
parent 60 7d624c1013a3
permissions -rw-r--r--
comment unused extractor to avoid any pointless bug

'use strict';

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