module RSpec::Matchers::BuiltIn::BeHelpers

def expected_to_sentence

def expected_to_sentence
  EnglishPhrasing.split_words(@expected)
end