class CCK::MessagesComparator

def incomparable?(detected)

These messages we need to ignore because they are often not of identical shape/value
def incomparable?(detected)
  detected.is_a?(Cucumber::Messages::Ci) || detected.is_a?(Cucumber::Messages::Git)
end