jasmine-headless-webkit-rep.../features/step_definitions/then/it_should_succeed.rb

4 lines
62 B
Ruby
Raw Normal View History

Then /^it should succeed$/ do
$?.exitstatus.should == 0
end