client/app/app_controller_test.js
author rougeronj
Tue, 31 Mar 2015 12:21:22 +0200
changeset 45 19f3f0a7fbd7
parent 0 cef349423167
permissions -rw-r--r--
add idInventory for slides saved from a research and not coming from Jamespot

'use strict';

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