# File lib/webmock/rspec/matchers.rb, line 7 def have_been_made WebMock::RequestPatternMatcher.new end
# File lib/webmock/rspec/matchers.rb, line 11 def have_been_requested WebMock::RequestPatternMatcher.new end
# File lib/webmock/rspec/matchers.rb, line 16 def have_not_been_made WebMock::RequestPatternMatcher.new.times(0) end
Generated with the Darkfish Rdoc Generator 2.