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

Version Path
redsnow-0.3.2 ext/snowcrash/features/step_definitions/file_content_step.rb
matter_compiler-0.5.1 features/step_definitions/file_content_step.rb
apiary_blueprint_convertor-0.2.0 features/step_definitions/file_content_step.rb
matter_compiler-0.5.0 features/step_definitions/file_content_step.rb
matter_compiler-0.4.0 features/step_definitions/file_content_step.rb
matter_compiler-0.3.0 features/step_definitions/file_content_step.rb
apiary_blueprint_convertor-0.1.1 features/step_definitions/file_content_step.rb
matter_compiler-0.2.0 features/step_definitions/file_content_step.rb