Module: RR::Adapters::RRMethods

Includes:
DSL
Defined in:
lib/rr/deprecations.rb

Constant Summary

Constants included from DSL

DSL::METHODS_TO_EXCLUDE_FROM_SPYING

Class Method Summary collapse

Methods included from DSL

#any_instance_of, #any_times, #anything, #boolean, #dont_allow, #duck_type, #hash_including, #instance_of, #is_a, #mock, #numeric, #proxy, #received, #reset, #satisfy, #spy, #strong, #stub, #verify

Methods included from DoubleDefinitions::Strategies::StrategyMethods

#any_instance_of!, #dont_allow!, #instance_of!, #mock!, #proxy!, #strong!, #stub!

Class Method Details

.included(base) ⇒ Object



46
47
48
49
50
51
52
# File 'lib/rr/deprecations.rb', line 46

def self.included(base)
  # This was once here but is now deprecated
  RR::Deprecations.constant_deprecated_in_favor_of(
    'RR::Adapters::RRMethods',
    'RR::DSL'
  )
end