client/annot-client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Thu, 22 Jan 2015 08:28:11 +0100
changeset 110 e4f0c105090d
parent 80 dd414da0f0bb
permissions -rw-r--r--
some quick and dirty fixes on colors to start the session
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     1
'use strict';
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     2
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     3
describe("app_controller_test", function(){
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     4
    it("should assert something",function(){
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     5
        expect(true).toBe(true);
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     6
    })
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     7
})