jasmine-headless-webkit/features/steps/given/options/i_have_runner_options.rb
2011-12-30 10:47:08 -05:00

4 lines
94 B
Ruby

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