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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
91
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     1
'use strict';
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     2
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     3
describe("mavisite_controller_test", function(){
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     4
    it("should assert something",function(){
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     5
        expect(true).toBe(true);
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     6
    })
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     7
})