Skip to content

Commit

Permalink
fix main test
Browse files Browse the repository at this point in the history
  • Loading branch information
gradus committed Apr 11, 2012
1 parent aa1d4cc commit 4389cd9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {},
"devDependencies": {
"mocha": "1.0.1",
"should": "*"
"mocha": "1.0.0",
"should": "0.6.0"
},
"optionalDependencies": {},
"engines": {
Expand Down
9 changes: 5 additions & 4 deletions test/mainTest
@@ -1,4 +1,5 @@
--require should
--require coffee-script
--colors
--compilers coffee:coffee-script
describe 'main', ->
it 'should be true', ->
x = true
x.should.equal(true)

8 changes: 4 additions & 4 deletions test/mocha.opts
@@ -1,4 +1,4 @@
describe 'main', ->
it 'should be true', ->
x = true
x.should.equal(true)
--require should
--require coffee-script
--colors
--compilers coffee:coffee-script

0 comments on commit 4389cd9

Please sign in to comment.