jasmine-headless-webkit/features/steps/then/reporting/report_should_exist.rb

4 lines
96 B
Ruby
Raw Normal View History

2011-12-29 23:37:23 +00:00
Then /^the report file "([^"]*)" should exist$/ do |file|
File.file?(file).should be_true
end