Class | RSpec::Matchers::Configuration |
In: |
lib/rspec/matchers/configuration.rb
|
Parent: | Object |
Provides configuration options for rspec-expectations.
Adds `should` and `should_not` to the given classes or modules. This can be used to ensure `should` works properly on things like proxy objects (particular `Delegator`-subclassed objects on 1.8).
@param [Array<Module>] modules the list of classes or modules
to add `should` and `should_not` to.