Sha256: d492f21e5aa9add2235ad144009601ea87fc4bb34e2134d4d20e0c9d814743e3

Contents?: true

Size: 304 Bytes

Versions: 1

Compression:

Stored size: 304 Bytes

Contents

Given(/^the build has failed$/) do
  add_run_input "/Users/musalj/code/OSS/ObjectiveSugar/Example/ObjectiveSugarTests/NSArrayCategoriesTests.m:53:13: error: use of undeclared identifier 'something'"
end

Then(/^the exit status code should be (\d)$/) do |numbah|
  $?.exitstatus.should == numbah.to_i
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xcpretty-0.0.7 features/steps/xcpretty_steps.rb