4 lines
103 B
Ruby
4 lines
103 B
Ruby
Then /^the exit status should be (\d+)$/ do |exitstatus|
|
|
$?.exitstatus.should == exitstatus.to_i
|
|
end
|