jasmine-headless-webkit/features/steps/given/options/i_have_runner_options.rb

4 lines
94 B
Ruby
Raw Normal View History

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