# File lib/webmock/adapters/rspec/matchers.rb, line 3 3: def have_been_made 4: WebMock::RequestPatternMatcher.new 5: end
# File lib/webmock/adapters/rspec/matchers.rb, line 7 7: def have_not_been_made 8: WebMock::RequestPatternMatcher.new.times(0) 9: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.