module RSpec::Expectations::Syntax

def expect_enabled?(syntax_host=::RSpec::Matchers)

Other tags:
    Api: - private
def expect_enabled?(syntax_host=::RSpec::Matchers)
  syntax_host.method_defined?(:expect)
end