Module: RSpec::Mocks::ObjectVerifyingDoubleMethods

Includes:
TestDouble
Defined in:
lib/rspec/mocks/verifying_double.rb

Overview

An awkward module necessary because we cannot otherwise have ClassVerifyingDouble inherit from Module and still share these methods.

Method Summary

Methods included from TestDouble

#==, #as_null_object, #freeze, #initialize, #null_object?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RSpec::Mocks::VerifyingDouble