client/app/search/search_controller_test.js
author rougeronj
Wed, 27 May 2015 18:59:55 +0200
changeset 97 0afdaa004ee1
parent 1 74bbdd739878
permissions -rw-r--r--
replace all the tab by spaces

'use strict';

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