4 lines
94 B
Ruby
4 lines
94 B
Ruby
Given /^I have the following runner options:$/ do |string|
|
|
@options = YAML.load(string)
|
|
end
|