client/app/app_controller_test.js
author cavaliet
Fri, 17 Oct 2014 17:45:38 +0200
changeset 39 c922bf9167aa
parent 1 1cdebfeb77f9
permissions -rw-r--r--
create_url_polemics_param now with content and project id to generate full url

'use strict';

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