module RSpec::Expectations::Syntax

def should_enabled?(syntax_host=default_should_host)

Other tags:
    Api: - private
def should_enabled?(syntax_host=default_should_host)
  syntax_host.method_defined?(:should)
end