Skip to content

Commit

Permalink
Remove coffee require call in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Mar 12, 2013
1 parent a384ebc commit 4592887
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion test/columns.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/delimiter.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/eof.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/escape.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/event.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/from.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
Iconv = require('iconv').Iconv
Expand Down
1 change: 0 additions & 1 deletion test/fromto.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/header.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/pipe.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/quotes.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/rowDelimiter.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/to.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
stream = require 'stream'
should = require 'should'
Expand Down
1 change: 0 additions & 1 deletion test/transform.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/trim.coffee
Expand Up @@ -4,7 +4,6 @@ Node CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
Testing the read options `trim`, `ltrim` and `rtrim`.
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down
1 change: 0 additions & 1 deletion test/write.coffee
Expand Up @@ -3,7 +3,6 @@
Test CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed)
###

require 'coffee-script'
fs = require 'fs'
should = require 'should'
csv = if process.env.CSV_COV then require '../lib-cov' else require '../src'
Expand Down

0 comments on commit 4592887

Please sign in to comment.