client/app/visites/visites_controller_test.js
author rougeronj
Fri, 29 May 2015 13:38:24 +0200
changeset 105 be1ff4e0593f
parent 96 3542155549e4
permissions -rw-r--r--
remove unused fields in slide editor and show the entire image
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("visites_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
  
96
3542155549e4 replace all the tab by spaces
rougeronj
parents: 91
diff changeset
     7
    })
91
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     8
})