5 lines
58 B
Ruby
5 lines
58 B
Ruby
|
When /^I run the runner$/ do
|
||
|
@result = @runner.run
|
||
|
end
|
||
|
|