module Cucumber::WireSupport::WireProtocol

def diff_failed

def diff_failed
  handler = Requests::DiffFailed.new(self)
  handler.execute
end