document not tested translation
[mkws-moved-to-github.git] / test / spec / true.spec.js
index 5a201dd..eba8a05 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright (c) 2013 IndexData ApS. http://indexdata.com
+/* 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);
-  });
+describe("A suite", function () {
+    it("contains spec with an expectation", function () {
+        expect(true).toBe(true);
+    });
 });