jasmine-headless-webkit/features/steps/given/no_existing_file.rb

5 lines
84 B
Ruby
Raw Normal View History

2011-12-29 23:37:23 +00:00
Given /^there is no existing "([^"]*)" file$/ do |file|
FileUtils.rm_rf file
end