client/app/app_controller_test.js
author nowmad@23.1.168.192.in-addr.arpa
Wed, 02 Dec 2015 11:41:53 +0100
changeset 196 e3d3cd7a676a
parent 0 cef349423167
permissions -rw-r--r--
mark safe the url passed by the server to prevent django from sanitazing them (& -> &apm;)

'use strict';

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