flowerbox/features/support/env.rb
2012-02-22 11:47:07 -05:00

7 lines
65 B
Ruby

Before do
@root = "tmp/features"
FileUtils.rm_rf @root
end