flowerbox/features/support/env.rb

7 lines
65 B
Ruby
Raw Normal View History

2012-02-22 16:47:07 +00:00
Before do
@root = "tmp/features"
FileUtils.rm_rf @root
end