# File lib/rspec/expectations/syntax.rb, line 113
      def expect_enabled?(syntax_host = ::RSpec::Matchers)
        syntax_host.method_defined?(:expect)
      end