Sha256: 9e1d635b2abb68089d322572daf54a018479ee5288c6d598b860dc6f89ffb0b9

Contents?: true

Size: 408 Bytes

Versions: 10

Compression:

Stored size: 408 Bytes

Contents

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

Given /^the environment variable (.+) is nil$/ do |variable|
  set_env variable, nil
end

Given /^the environment variable (.+) is "(.+)"$/ do |variable, value|
  set_env variable, value
end

Then /^the output should be the same as \`(.+)\`$/ do |command|
  run_simple(command)
  output = output_from(command)
  expect(all_output).to include(output)
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
berkshelf-1.4.6 features/step_definitions/utility_steps.rb
berkshelf-1.4.5 features/step_definitions/utility_steps.rb
berkshelf-1.4.4 features/step_definitions/utility_steps.rb
berkshelf-1.4.3 features/step_definitions/utility_steps.rb
berkshelf-1.4.2 features/step_definitions/utility_steps.rb
berkshelf-1.4.1 features/step_definitions/utility_steps.rb
berkshelf-1.4.0 features/step_definitions/utility_steps.rb
berkshelf-1.4.0.rc1 features/step_definitions/utility_steps.rb
berkshelf-1.3.1 features/step_definitions/utility_steps.rb
berkshelf-1.3.0.rc1 features/step_definitions/utility_steps.rb