module RSpec::Matchers::Pretty

def expected_to_sentence

def expected_to_sentence
  RSpec.deprecate("`RSpec::Matchers::Pretty#expected_to_sentence`",
                  :replacement => "`RSpec::Matchers::Pretty#to_sentence(expected)`")
  to_sentence(@expected) if defined?(@expected)
end