4 lines
95 B
Ruby
4 lines
95 B
Ruby
Given /^I set the environment variable "([^"]+)"$/ do |variable|
|
|
set_env variable, 'yes'
|
|
end
|