# File lib/rspec/expectations/syntax.rb, line 95
      def disable_expect(syntax_host = ::RSpec::Matchers)
        return unless expect_enabled?(syntax_host)

        syntax_host.module_eval do
          undef expect
        end

        ::RSpec::Expectations::ExpectationTarget.disable_deprecated_should
      end