client/app/app_controller_test.js
author rougeronj
Tue, 07 Apr 2015 12:01:58 +0200
changeset 75 288fb435874e
parent 0 cef349423167
permissions -rw-r--r--
Render parent books, child books, and other books separately - minor clean in modal.html

'use strict';

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