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