jasmine-headless-webkit/features/steps/when/i_delete_file.rb

4 lines
74 B
Ruby
Raw Permalink Normal View History

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