# File lib/rr/adapters/rspec.rb, line 35 35: def matches?(subject) 36: @verification.subject = subject 37: calls = RR::Space.instance.recorded_calls 38: if error = calls.match_error(@verification) 39: @failure_message = error.message 40: false 41: else 42: true 43: end 44: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.