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

Version Path
adhearsion-2.0.0.beta1 features/step_definitions/app_generator_steps.rb
adhearsion-2.0.0.alpha3 features/step_definitions/app_generator_steps.rb
adhearsion-2.0.0.alpha2 features/step_definitions/app_generator_steps.rb
adhearsion-2.0.0.alpha1 features/step_definitions/app_generator_steps.rb