Sha256: cd30213a5a1f85413a60bd79bfc30842168700d2ec268e685c226a9e069768be

Contents?: true

Size: 228 Bytes

Versions: 3

Compression:

Stored size: 228 Bytes

Contents

Given /^the following data is in the stream:$/ do |table|
  @stream = table.hashes
end

Then /^the resulting output stream should be:$/ do |table|
  output = @ruby_script.execute(@stream)
  expect(output).to eq table.hashes
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
itiel-0.1.2 features/step_definitions/stream_steps.rb
itiel-0.1.1 features/step_definitions/stream_steps.rb
itiel-0.1.0 features/step_definitions/stream_steps.rb