Sha256: d0773b06464e1a8ace68466d63d6fca20d6c87e1812448749870e9cb8d2ee358
Contents?: true
Size: 275 Bytes
Versions: 9
Compression:
Stored size: 275 Bytes
Contents
Then(/^the following text is provided:$/) do |expected_text| expected_text.sub!('path_to', @default_file_directory) @output.should == expected_text end Then(/^the text provided is "(.*)"$/) do |text_string| @output.should == text_string.gsub('\n', "\n") end
Version data entries
9 entries across 9 versions & 2 rubygems