client/app/app_controller_test.js
author cavaliet
Thu, 09 Oct 2014 12:17:28 +0200
changeset 4 9c70d81e9062
parent 1 1cdebfeb77f9
permissions -rw-r--r--
update gulpfile for template to work with twistd/flask

'use strict';

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