Exception: FakeWeb::MultipleMatchingURIsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fake_web.rb

Overview

This exception is raised if a Net::HTTP request matches more than one of the stubs you’ve registered. To fix the problem, remove a duplicate registration or disambiguate any regular expressions by making them more specific.