jasmine-headless-webkit/features/steps/then/reporting/report_should_exist.rb
2011-12-29 18:37:23 -05:00

4 lines
96 B
Ruby

Then /^the report file "([^"]*)" should exist$/ do |file|
File.file?(file).should be_true
end