Method: RR::Space#verify_double

Defined in:
lib/rr/space.rb

#verify_double(subject, method_name) ⇒ Object

Verifies the DoubleInjection for the passed in subject and method_name.



80
81
82
# File 'lib/rr/space.rb', line 80

def verify_double(subject, method_name)
  Injections::DoubleInjection.verify_double(class << subject; self; end, method_name)
end