Skip to content

Commit

Permalink
remove files correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
meineerde committed Jul 27, 2017
1 parent 739f5d2 commit 2325ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rackstash/adapters/file_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# cleanup
adapter.close
FileUtils.rm_rf base
FileUtils.rm_rf Dir[File.join(base, '*')]
end
end
end
Expand Down

0 comments on commit 2325ee9

Please sign in to comment.