ErrLookup › thoughtbot/shoulda-matchers

thoughtbot/shoulda-matchers

Simple one-liner tests for common Rails functionality · Ruby · 143 source files

Analyzed at 79cdfbc326 on 2026-08-23. 18 documented errors.

Code / MessageTypeSeverityTags
You must specify the controller action using the #for method
exception error
You must specify an HTTP verb when using a non-RESTful actio
exception error
Using `set_flash` with the `now` qualifier and specifying `n
exception error
When specifying a value as a block, a context must be specif
exception error
need at least one argument
exception error
You have specified that your model's #{attribute} should ens
exception error
CouldNotDetermineValueOutsideOfArray
exception error
The validation failed because your #{model_name} model decla
exception error
`deprecated` association matcher is only available on Active
exception error
Invalid counter_cache option
exception error
with_options is not a valid qualifier for the define_enum_fo
exception error
need at least one attribute
exception error
validate_uniqueness_of works by matching a new record agains
exception error
Your #{model.name} model has a uniqueness validation on :#{a
exception error
Delegation needs a target. Use the #to method to define one,
exception error
shoulda-matchers is not configured correctly. You need to sp
exception error
'#{name}' is not registered
exception error ruby, shoulda-matchers, configuration, argumenterror, registry, rspec, minitest
You need to set a test framework. Please add the following t
exception error ruby, shoulda-matchers, rspec, minitest, test-unit, configuration, test-setup