client/app/books/books_controller_test.js
author rougeronj
Thu, 02 Apr 2015 13:11:12 +0200
changeset 55 10fd23382e76
parent 24 21ecbde9e080
permissions -rw-r--r--
split ammico $resource to a new .Service

'use strict';

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