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-7.0.7 features/step_definitions/utility_steps.rb
berkshelf-6.3.4 features/step_definitions/utility_steps.rb
berkshelf-7.0.6 features/step_definitions/utility_steps.rb
berkshelf-7.0.5 features/step_definitions/utility_steps.rb
berkshelf-6.3.3 features/step_definitions/utility_steps.rb
berkshelf-7.0.4 features/step_definitions/utility_steps.rb
berkshelf-7.0.3 features/step_definitions/utility_steps.rb
berkshelf-7.0.2 features/step_definitions/utility_steps.rb
berkshelf-7.0.1 features/step_definitions/utility_steps.rb
berkshelf-7.0.0 features/step_definitions/utility_steps.rb
berkshelf-6.3.2 features/step_definitions/utility_steps.rb
berkshelf-6.3.1 features/step_definitions/utility_steps.rb
berkshelf-6.3.0 features/step_definitions/utility_steps.rb
berkshelf-6.2.2 features/step_definitions/utility_steps.rb
berkshelf-6.2.1 features/step_definitions/utility_steps.rb
berkshelf-6.2.0 features/step_definitions/utility_steps.rb
berkshelf-6.1.1 features/step_definitions/utility_steps.rb
berkshelf-6.1.0 features/step_definitions/utility_steps.rb
berkshelf-6.0.1 features/step_definitions/utility_steps.rb
berkshelf-6.0.0 features/step_definitions/utility_steps.rb