Skip to content

Commit

Permalink
package: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw authored and Behcet committed Jul 20, 2016
1 parent 6a20abf commit 5d60cf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"dependencies": {
},
"devDependencies": {
"each": "0.5.2",
"each": "0.6.1",
"coffee-script": "1.10.0",
"csv-generate": "1.0.0",
"csv-spectrum": "0.3.0",
"mocha": "2.3.3",
"should": "7.1.0"
"csv-spectrum": "1.0.0",
"mocha": "2.5.3",
"should": "9.0.2"
},
"optionalDependencies": {},
"main": "./lib",
Expand Down
5 changes: 2 additions & 3 deletions test/spectrum.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ describe 'spectrum', ->
it 'pass all tests', (next) ->
spectrum (err, tests) ->
each tests
.on 'item', (test, next) ->
.call (test, next) ->
return next() if test.name is 'simple' # See https://github.com/maxogden/csv-spectrum/commit/ec45e96a79661d7bd87f6becbb845b30f11accde
parse test.csv.toString(), columns: true, (err, data) ->
return next err if err
data.should.eql JSON.parse test.json.toString()
next()
.on 'both', (err) ->
next err
.then next

0 comments on commit 5d60cf0

Please sign in to comment.