Module RSpec::Expectations::Deprecation
In: lib/rspec/expectations/deprecation.rb

Methods

deprecate  

Constants

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|/)}

Public Instance methods

@private

Used internally to print deprecation warnings

[Validate]