client/app/app_controller_test.js
author rougeronj
Mon, 23 Mar 2015 12:21:47 +0100
changeset 23 4a155e6fb409
parent 0 cef349423167
permissions -rw-r--r--
init the migrations

'use strict';

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