Skip to content

Commit

Permalink
Removes unnecessary cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Sep 10, 2015
1 parent a7a9f7d commit d002c06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/harp.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ describe("harp init", function() {
})
})

afterEach(function(done) {
fs.remove(outputPath, done)
})

it("downloads the default boilerplate if it's not set", function(done) {
this.timeout(10000);
nixt()
Expand Down

0 comments on commit d002c06

Please sign in to comment.