4 lines
83 B
Ruby
4 lines
83 B
Ruby
When /^I run the test suite$/ do
|
|
%x{jasmine-headless-webkit -f #{@reporter}}
|
|
end
|