ErrLookup › bblimke/webmock

bblimke/webmock

Library for stubbing and setting expectations on HTTP requests in Ruby. · Ruby · 64 source files

Analyzed at b187df8827 on 2026-08-23. 35 documented errors.

Code / MessageTypeSeverityTags
assert_requested with a stub object, doesn't accept blocks
exception error
assert_not_requested with a stub object, doesn't accept bloc
exception error
WebMock timeout error
exception error
Real HTTP connections are disabled. Unregistered request: #{
exception error
Real HTTP connections are disabled. Unregistered request: #{
exception error
Real HTTP connections are disabled. Unregistered request: #{
exception error
Real HTTP connections are disabled. Unregistered request: #{
exception error
connection error: #{Errno::ETIMEDOUT.new}
exception error
Real HTTP connections are disabled. Unregistered request: #{
exception error
Real HTTP connections are disabled. Unregistered request: #{
exception error
Real HTTP connections are disabled. Unregistered request: #{
exception error
HTTP session already opened
exception error
execution expired
exception error
both arg and block given for HTTP method
exception error
Real HTTP connections are disabled. Unregistered request: #{
exception error
Unable to open specified file.
exception error
Must provide either data or a filename when doing a PUT or P
exception error
Real HTTP connections are disabled. Unregistered request: #{
exception error webmock, typhoeus, http-stubbing, test-failure, ruby
#with method invoked with no arguments. Either options hash
exception error webmock, argumenterror, request-matching, ruby, block-precedence
The basic_auth option value should be an array which contain
exception error webmock, basic-auth, request-matching, type-validation, ruby
URI should be a String, Regexp, Addressable::Template, a cal
exception error webmock, uri, addressable, type-validation, ruby
WebMock does not support matching body for multipart/form-da
exception error webmock, multipart, file-upload, request-matching, ruby
#to_return_json does not support passing a block
exception error webmock, json, stub-response, ruby, api-misuse
must be one of: #{valid_types}, but you've used a #{@body.cl
exception error webmock, json, stub-response, serialization, ruby
must be one of: #{valid_types}. '#{@body.class}' given.
exception error webmock, stub-response, type-validation, ruby
Wrong order. Use :before_local_stubs or :after_local_stubs
exception error webmock, global-stubs, argumenterror, ruby, api-misuse
Unknown key: #{k.inspect}. Valid keys are: #{valid_keys.map(
exception error webmock, ruby, argumenterror, stub-options, typo
Invalid JSON string: #{yaml}, Error: #{e.inspect}
exception error webmock, ruby, json, parseerror, psych, yaml, body-matching
Invalid XML string: #{xml}, Error: #{e.inspect}
exception error webmock, ruby, xml, rexml, crack, parseerror
Invalid notation. Must be one of: [:flat, :dot, :subscript,
exception error webmock, ruby, query-string, argumenterror, notation
Key was repeated: #{key.inspect}
exception error webmock, ruby, query-string, duplicate-keys, argumenterror
Can't convert #{new_query_values.class} into Hash.
exception error webmock, ruby, typeerror, query-string, argument-type
times(N) accepts integers >= 1 only
exception error webmock, ruby, stub, times, argument-validation
Invalid WebMock stub declaration. times(N) can be declared o
exception error webmock, ruby, dsl, stub, ordering, api-misuse
Request stub #{stub.to_s} is not registered.
exception warning webmock, ruby, stub-registry, teardown, cleanup