Sha256: d8c04c272efa04f3bff7c302fb5856650436c377f2b5baa06c0decdb3d4891f0
Contents?: true
Size: 217 Bytes
Versions: 4
Compression:
Stored size: 217 Bytes
Contents
Then /^the file "([^"]*)" should contain each of these content parts:$/ do |file, content_parts| parts = content_parts.split parts.each do |p| steps %Q{Then the file "#{file}" should contain "#{p}"} end end
Version data entries
4 entries across 4 versions & 1 rubygems