Skip to content

Commit 4cd58a4

Browse files
committed
Fix test
1 parent 5e92c1b commit 4cd58a4

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- 0.4
4-
- 0.6
5-
- 0.7
6-
- 0.8
7-
- 0.9
8-
- 0.10
3+
- "0.4"
4+
- "0.6"
5+
- "0.7"
6+
- "0.8"
7+
- "0.9"
8+
- "0.10"

tests/listfiles.coffee

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ describe 'List files,', ->
2727
listFiles.sourceToFiles './tests/coffeescript', (err, files)->
2828
should.not.exist err
2929
files.length.should.equal 2
30-
files[0].should.include "index.coffee"
3130
done()
3231

3332
describe 'sourceS to file', ->

0 commit comments

Comments
 (0)