Sha256: 5085acd3e9f54c29840ef862861b57355921e707985c29607e0964d28f3b5bcc

Contents?: true

Size: 247 Bytes

Versions: 16

Compression:

Stored size: 247 Bytes

Contents

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

Then /the output from \`(.+)\` should be the same as \`(.+)\`/ do |actual, expected|
  run_simple(actual)
  run_simple(expected)
  expect(output_from(actual)).to eq(output_from(expected))
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
berkshelf-3.1.5 features/step_definitions/utility_steps.rb
berkshelf-3.1.4 features/step_definitions/utility_steps.rb
berkshelf-3.1.3 features/step_definitions/utility_steps.rb
berkshelf-3.1.2 features/step_definitions/utility_steps.rb
berkshelf-3.1.1 features/step_definitions/utility_steps.rb
berkshelf-3.1.0 features/step_definitions/utility_steps.rb
berkshelf-3.0.1 features/step_definitions/utility_steps.rb
berkshelf-3.0.0 features/step_definitions/utility_steps.rb
berkshelf-3.0.0.rc1 features/step_definitions/utility_steps.rb
berkshelf-3.0.0.beta9 features/step_definitions/utility_steps.rb
berkshelf-3.0.0.beta8 features/step_definitions/utility_steps.rb
berkshelf-3.0.0.beta7 features/step_definitions/utility_steps.rb
berkshelf-3.0.0.beta6 features/step_definitions/utility_steps.rb
berkshelf-3.0.0.beta5 features/step_definitions/utility_steps.rb
berkshelf-3.0.0.beta4 features/step_definitions/utility_steps.rb
berkshelf-3.0.0.beta3 features/step_definitions/utility_steps.rb