jasmine-headless-webkit/features/steps/given/no_existing_file.rb
2011-12-29 18:37:23 -05:00

5 lines
84 B
Ruby

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