client/app/search/search_controller_test.js
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 00:37:27 +0200
changeset 128 d4e5954f2ad4
parent 1 74bbdd739878
permissions -rw-r--r--
execfile in python 3 and 2

'use strict';

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