client/app/app_controller_test.js
author rougeronj
Fri, 03 Apr 2015 16:19:19 +0200
changeset 67 bc8fb175f4d9
parent 0 cef349423167
permissions -rw-r--r--
update slideshow : accept the id of a book as route parameter (instead of static id previously)

'use strict';

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