Sha256: 78319fe844f63541bbf907173943cd763223de1d37e934e5f9446b13974706f2

Contents?: true

Size: 310 Bytes

Versions: 32

Compression:

Stored size: 310 Bytes

Contents

Given /^skip\s+"([^\"]+)"$/ do |msg|
  skip
end

Then /the output from \`(.+)\` should be the same as \`(.+)\`/ do |actual, expected|
  run(actual)
  actual_output = last_command_started.stdout
  run(expected)
  expected_output = last_command_started.stdout
  expect(actual_output).to eql(expected_output)
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
berkshelf-5.6.5 features/step_definitions/utility_steps.rb
berkshelf-5.6.4 features/step_definitions/utility_steps.rb
berkshelf-5.6.3 features/step_definitions/utility_steps.rb
berkshelf-5.6.2 features/step_definitions/utility_steps.rb
berkshelf-5.6.1 features/step_definitions/utility_steps.rb
berkshelf-5.6.0 features/step_definitions/utility_steps.rb
berkshelf-5.5.0 features/step_definitions/utility_steps.rb
berkshelf-5.4.0 features/step_definitions/utility_steps.rb
berkshelf-5.3.0 features/step_definitions/utility_steps.rb
berkshelf-5.2.0 features/step_definitions/utility_steps.rb
berkshelf-5.1.0 features/step_definitions/utility_steps.rb
berkshelf-5.0.0 features/step_definitions/utility_steps.rb