class TestRunner::Assert::Assertion::Refutation

Public Instance Methods

build_checks() click to toggle source
# File lib/test_runner/assert/assertion.rb, line 85
def build_checks
  super.each &:negate
end