class RSpec::Rails::Matchers::BaseMatcher

def actual_formatted

Other tags:
    Private: -
def actual_formatted
  RSpec::Support::ObjectFormatter.format(@actual)
end