Sha256: 8ec46ee587acbb1a8da35a26c4ccd27159307beef4a51b1058afc0a8d5b8f5d5
Contents?: true
Size: 220 Bytes
Versions: 1
Compression:
Stored size: 220 Bytes
Contents
When(/^I run "(.*?)" with the options "(.*?)"$/) do |command, options| @output = `#{command} #{options}` end Then(/^the exit status should be (\d+)$/) do |exit_status| @last_exit_status.should == exit_status.to_i end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bukkit-2.4.2 | features/step_definitions/bukkit_steps.rb |