4 lines
74 B
Ruby
4 lines
74 B
Ruby
|
When /^I delete the file "([^"]*)"$/ do |file|
|
||
|
FileUtils.rm_f(file)
|
||
|
end
|