Module: RSpec::Expectations::Deprecation

Included in:
RSpec
Defined in:
lib/rspec/expectations/deprecation.rb

Constant Summary collapse

RSPEC_LIBS =
%w[
  core
  mocks
  expectations
  matchers
  rails
]
ADDITIONAL_TOP_LEVEL_FILES =
%w[ autorun ]
LIB_REGEX =
%r{/lib/rspec/(#{(RSPEC_LIBS + ADDITIONAL_TOP_LEVEL_FILES).join('|')})(\.rb|/)}