From 4d36f9548170d7755458cb76fd2a4fc03e9ed28b Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 21 Aug 2013 18:00:54 +0200 Subject: [PATCH] documentation --- test/spec/sample.spec.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/spec/sample.spec.js b/test/spec/sample.spec.js index f9c001b..cad1b90 100644 --- a/test/spec/sample.spec.js +++ b/test/spec/sample.spec.js @@ -1,3 +1,9 @@ +/* Copyright (c) 2013 IndexData ApS. http://indexdata.com + * + * jQuery sample from system documentation + * + */ + describe('jasmine-node', function(){ it('should pass', function(){ @@ -16,7 +22,7 @@ describe('jasmine-node', function(){ it('shows asynchronous test node-style', function(done){ setTimeout(function(){ expect('second').toEqual('second'); - // If you call done() with an argument, it will fail the spec + // If you call done() with an argument, it will fail the spec // so you can use it as a handler for many async node calls done(); }, 1); -- 1.7.10.4