4 lines
120 B
Ruby
4 lines
120 B
Ruby
|
Then /^the file "([^"]*)" should have the following content:$/ do |file, string|
|
||
|
File.read(file).should == string
|
||
|
end
|