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

5 lines
96 B
Ruby
Raw Normal View History

2011-12-29 23:37:23 +00:00
Given /^I have the default runner options$/ do
@options = Jasmine::Headless::Options.new
end