Skip to content

Commit

Permalink
Merge pull request #14 from carrot/package-json
Browse files Browse the repository at this point in the history
update roots-util; lock roots to 3.0.0-rc.10
  • Loading branch information
Jeff Escalante committed Nov 21, 2014
2 parents b418bab + 360c0bc commit 710de15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"istanbul": "*",
"mocha-lcov-reporter": "*",
"coveralls": "*",
"roots": "3.x",
"roots-util": "0.0.4"
"roots": "3.0.0-rc.10",
"roots-util": "0.1.x"
},
"scripts": {
"test": "npm run lint && mocha",
Expand Down
6 changes: 3 additions & 3 deletions test/test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h = new RootsUtil.Helpers(base: _path)

compile_fixture = (fixture_name, done) ->
@public = path.join(fixture_name, 'public')
h.project.compile(Roots, fixture_name, done)
h.project.compile(Roots, fixture_name).done(done)

before (done) ->
h.project.install_dependencies('*', done)
Expand Down Expand Up @@ -77,11 +77,11 @@ describe 'dynamic content', ->

x._categories.length.should.eql 1
x._categories[0].should.eql 'posts'

y._categories.length.should.eql 2
y._categories[0].should.eql 'posts'
y._categories[1].should.eql 'nested'

z._categories.length.should.eql 3
z._categories[0].should.eql 'posts'
z._categories[1].should.eql 'nested'
Expand Down

0 comments on commit 710de15

Please sign in to comment.