client/app/auth/auth_controller_test.js
author rougeronj
Wed, 10 Jun 2015 15:15:41 +0200
changeset 155 e7c887d93039
parent 60 7d624c1013a3
permissions -rw-r--r--
remove old migration to prepare new modification

'use strict';

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