document not tested translation
[mkws-moved-to-github.git] / test / spec / true.spec.js
index 798e876..eba8a05 100644 (file)
@@ -1,6 +1,10 @@
-
-describe("A suite", function() {
-  it("contains spec with an expectation", function() {
-    expect(true).toBe(true);
-  });
+/* Copyright (c) 2013 Index Data ApS. http://indexdata.com
+ *
+ * dummy test
+ *
+ */
+describe("A suite", function () {
+    it("contains spec with an expectation", function () {
+        expect(true).toBe(true);
+    });
 });