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