5 lines
96 B
Ruby
5 lines
96 B
Ruby
Given /^I have the default runner options$/ do
|
|
@options = Jasmine::Headless::Options.new
|
|
end
|
|
|