client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Thu, 16 Oct 2014 03:22:00 +0200
changeset 26 ebfd0d3cffab
parent 1 1cdebfeb77f9
permissions -rw-r--r--
Correction on export_annotation. First working version

'use strict';

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