client/app/my_visit/my_visit_controller_test.js
author rougeronj
Thu, 04 Jun 2015 20:03:04 +0200
changeset 108 4a152f5f4a09
parent 91 f7a844a9079e
permissions -rw-r--r--
update user model to authenticate with the email as username

'use strict';

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