jasmine-headless-webkit/features/steps/when/i_delete_file.rb
2011-12-30 10:47:08 -05:00

4 lines
74 B
Ruby

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