Sha256: 0c4f74a42167c5515c1d2c978f1aa8308f1628e0ac37fcf25b949a24c7f44a5b

Contents?: true

Size: 170 Bytes

Versions: 39

Compression:

Stored size: 170 Bytes

Contents

# -*- encoding: utf-8 -*-

Then(/^the stdout should match \/([^\/]*)\/$/) do |expected|
  expect(last_command_started).to have_output_on_stdout(Regexp.new(expected))
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
test-kitchen-1.23.3 features/step_definitions/output_steps.rb
test-kitchen-1.23.2 features/step_definitions/output_steps.rb
test-kitchen-1.22.1 features/step_definitions/output_steps.rb
test-kitchen-1.23.0 features/step_definitions/output_steps.rb
test-kitchen-1.22.0 features/step_definitions/output_steps.rb
test-kitchen-1.21.2 features/step_definitions/output_steps.rb
test-kitchen-1.21.1 features/step_definitions/output_steps.rb
test-kitchen-1.21.0 features/step_definitions/output_steps.rb
test-kitchen-1.20.0 features/step_definitions/output_steps.rb
test-kitchen-1.19.2 features/step_definitions/output_steps.rb
test-kitchen-1.19.1 features/step_definitions/output_steps.rb
test-kitchen-1.19.0 features/step_definitions/output_steps.rb
test-kitchen-1.18.0 features/step_definitions/output_steps.rb
test-kitchen-1.17.0 features/step_definitions/output_steps.rb
test-kitchen-1.16.0 features/step_definitions/output_steps.rb
test-kitchen-1.15.0 features/step_definitions/output_steps.rb
test-kitchen-1.14.2 features/step_definitions/output_steps.rb
test-kitchen-1.14.1 features/step_definitions/output_steps.rb
test-kitchen-1.14.0 features/step_definitions/output_steps.rb
test-kitchen-1.13.2 features/step_definitions/output_steps.rb