features/step_definitions/environment_steps.rb in berkshelf-6.0.1 vs features/step_definitions/environment_steps.rb in berkshelf-6.1.0
- old
+ new
@@ -5,7 +5,7 @@
Given /^the environment variable (.+) is "(.+)"$/ do |variable, value|
set_environment_variable(variable, value)
end
Given /^the environment variable (.+) is \$TEST_BERKSHELF_ARTIFACTORY_API_KEY$/ do |variable|
- set_environment_variable(variable, ENV['TEST_BERKSHELF_ARTIFACTORY_API_KEY'])
+ set_environment_variable(variable, ENV["TEST_BERKSHELF_ARTIFACTORY_API_KEY"])
end