documentation
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Aug 2013 16:00:12 +0000 (18:00 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Aug 2013 16:00:12 +0000 (18:00 +0200)
test/spec/true.spec.js

index 798e876..5a201dd 100644 (file)
@@ -1,4 +1,8 @@
-
+/* Copyright (c) 2013 IndexData ApS. http://indexdata.com
+ *
+ * dummy test
+ *
+ */
 describe("A suite", function() {
   it("contains spec with an expectation", function() {
     expect(true).toBe(true);