class CCK::MessagesComparator

def not_message?(detected)

def not_message?(detected)
  !detected.is_a?(Cucumber::Messages::Message)
end