client/app/app_controller_test.js
author cavaliet
Fri, 24 Oct 2014 16:45:21 +0200
changeset 59 6243e3a4ff06
parent 1 1cdebfeb77f9
permissions -rw-r--r--
add liens template

'use strict';

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