5 lines
84 B
Ruby
5 lines
84 B
Ruby
Given /^there is no existing "([^"]*)" file$/ do |file|
|
|
FileUtils.rm_rf file
|
|
end
|
|
|