Sha256: 43807af250f8e31727b651d36aa6ddababe098a64d541ddf9981afcfb8f78836
Contents?: true
Size: 406 Bytes
Versions: 18
Compression:
Stored size: 406 Bytes
Contents
Given /^the environment variable (.+) is nil$/ do |variable| set_environment_variable(variable, nil) end 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"]) end
Version data entries
18 entries across 18 versions & 1 rubygems