client/app/app_controller_test.js
author rougeronj
Thu, 11 Jun 2015 15:35:00 +0200
changeset 167 389540e1073f
parent 0 cef349423167
permissions -rw-r--r--
add filter 'type' to return books of type 'visit' or 'book' clean unused import

'use strict';

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