class RSpec::Expectations::Configuration

def reset_syntaxes_to_default

Other tags:
    Private: -
def reset_syntaxes_to_default
  self.syntax = [:should, :expect]
  RSpec::Expectations::Syntax.warn_about_should!
end