client/app/app_controller_test.js
author rougeronj
Wed, 10 Jun 2015 12:53:56 +0200
changeset 153 4b222d82735e
parent 0 cef349423167
permissions -rw-r--r--
make serializers folder a package and extract extractor file from it

'use strict';

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