Skip to content

Commit

Permalink
make compile_fixture promise compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
hhsnopek committed Nov 20, 2014
1 parent 5a0a25d commit db64e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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

0 comments on commit db64e2a

Please sign in to comment.