Sha256: 80c5497d3fdb541b7f802fb3bc0e86532b14bbcd0621af2954de34042f110c87
Contents?: true
Size: 205 Bytes
Versions: 8
Compression:
Stored size: 205 Bytes
Contents
Then /^the output should contain the content of file "(.*)"$/ do |filename| expected = nil in_current_dir do expected = File.read(filename) end assert_partial_output(expected, all_output) end
Version data entries
8 entries across 8 versions & 3 rubygems