Module: RSpec::Matchers::BuiltIn
Overview
Container module for all built-in matchers. The matcher classes are here (rather than directly under ::RSpec::Matchers) in order to prevent name collisions, since ::RSpec::Matchers gets included into the user’s namespace.
Autoloading is used to delay when the matcher classes get loaded, allowing rspec-matchers to boot faster, and avoiding loading matchers the user is not using.
Constant Summary
-
StartAndEndWith =
Internal use only
# File 'rspec-expectations/lib/rspec/matchers/built_in/start_or_end_with.rb', line 61Deprecated.
Use StartOrEndWith instead.
For RSpec 3.1, the base class was named
StartAndEndWith. For SemVer reasons, we still provide this constant until 4.0.StartOrEndWith