4 lines
62 B
Ruby
4 lines
62 B
Ruby
|
Then /^it should succeed$/ do
|
||
|
$?.exitstatus.should == 0
|
||
|
end
|