jasmine-headless-webkit/features/steps/then/runner/it_should_have_exit_status.rb
2011-12-30 10:47:08 -05:00

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