lib/typhoeus/request/stubbable.rb in typhoeus-0.6.8 vs lib/typhoeus/request/stubbable.rb in typhoeus-0.6.9
- old
+ new
@@ -6,11 +6,11 @@
# which raises when you make a request which is not stubbed.
#
# @api private
module Stubbable
- # Override run in order to check for matching expecations.
- # When an expecation is found, super is not called. Instead a
+ # Override run in order to check for matching expectations.
+ # When an expectation is found, super is not called. Instead a
# canned response is assigned to the request.
#
# @example Run the request.
# request.run
#