lib/vcr/structs.rb in vcr-3.0.3 vs lib/vcr/structs.rb in vcr-4.0.0
- old
+ new
@@ -272,10 +272,10 @@
def stubbed_by_vcr?
type == :stubbed_by_vcr
end
# @return [Boolean] whether or not this request is being stubbed by an
- # external library (such as WebMock or FakeWeb).
+ # external library (such as WebMock).
# @see #stubbed_by_vcr?
# @see #stubbed?
def externally_stubbed?
type == :externally_stubbed
end