Sha256: 3a477cb2851c4f11f7c1f3534caa031c5d64ba6fd490cbc685597e8145606246

Contents?: true

Size: 175 Bytes

Versions: 2

Compression:

Stored size: 175 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

2 entries across 2 versions & 1 rubygems

Version Path
test-kitchen-1.10.1 features/step_definitions/output_steps.rb
test-kitchen-1.7.0 features/step_definitions/output_steps.rb