client/app/visites/visites_controller_test.js
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 00:29:27 +0200
changeset 125 46d7f17cff3d
parent 96 3542155549e4
permissions -rw-r--r--
add trace to setup

'use strict';

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