client/app/search/search_controller_test.js
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 00:50:36 +0200
changeset 132 ca7e5ca8635c
parent 1 74bbdd739878
permissions -rw-r--r--
unicode handling in version

'use strict';

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