class Shoulda::Matchers::ActiveRecord::HaveRichTextMatcher

def has_expected_action_text?

def has_expected_action_text?
  defined?(ActionText::RichText) &&
    @subject.send(rich_text_attribute).
      instance_of?(ActionText::RichText)
end