4 lines
114 B
Ruby
4 lines
114 B
Ruby
Then /^the runner should have an exit status of (\d+)$/ do |exit_status|
|
|
@result.should == exit_status.to_i
|
|
end
|