class RSpec::Matchers::BuiltIn::ContainExactly

def safe_sort(array)

def safe_sort(array)
  array.sort
rescue Support::AllExceptionsExceptOnesWeMustNotRescue
  array
end