Sha256: 01275ffd6eaafd38315f448c8e18eea0ad365d5d0f3e68055d00b0b6cdb1da73
Contents?: true
Size: 236 Bytes
Versions: 23
Compression:
Stored size: 236 Bytes
Contents
# encoding: utf-8 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
23 entries across 23 versions & 1 rubygems