Sha256: e3c92b406b8b3d0ff73b90cfcc05d28d36ac1f2c188991bc923c276dde733c59

Contents?: true

Size: 477 Bytes

Versions: 9

Compression:

Stored size: 477 Bytes

Contents

Then(/^I should see a passing test in my custom report$/) do
  custom_report.should include("WOW such PASS.")
end

Then(/^I should see a failed test in my custom report$/) do
  custom_report.should include("WOW such FAIL.")
end

Then(/^I should see a pending test in my custom report$/) do
  custom_report.should include("WOW such PENDING.")
end

Then(/^the custom failure counter should show (\d+) tests?$/) do |fail_count|
  custom_report.should include("Much 1 FAIL.")
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
xcpretty-0.4.0 features/steps/custom_reporter_steps.rb
xcpretty-security-patched-0.3.2 features/steps/custom_reporter_steps.rb
xcpretty-security-patched-0.3.0 features/steps/custom_reporter_steps.rb
xcpretty-0.3.0 features/steps/custom_reporter_steps.rb
xcpretty-0.2.8 features/steps/custom_reporter_steps.rb
xcpretty-0.2.7 features/steps/custom_reporter_steps.rb
xcpretty-0.2.6 features/steps/custom_reporter_steps.rb
xcpretty-0.2.4 features/steps/custom_reporter_steps.rb
xcpretty-0.2.3 features/steps/custom_reporter_steps.rb