7 lines
65 B
Ruby
7 lines
65 B
Ruby
|
Before do
|
||
|
@root = "tmp/features"
|
||
|
|
||
|
FileUtils.rm_rf @root
|
||
|
end
|
||
|
|