module RSpec::Mocks::Syntax
def should_receive(message, opts={}, &block)
def should_receive(message, opts={}, &block) ::RSpec::Mocks::Syntax.warn_unless_should_configured(__method__) opts[:expected_from] ||= CallerFilter.first_non_rspec_line ::RSpec::Mocks.expect_message(self, message, opts, &block) end