module RSpec::Mocks::ExampleMethods::ExpectHost

This module exists to provide the ‘expect` method for cases where rspec-mocks is used w/o rspec-expectations.

Public Instance Methods

@private

# File rspec-mocks/lib/rspec/mocks/example_methods.rb, line 428
def expect(target)
  ExpectationTarget.new(target)
end