module DaVinciPASTestKit::UserInputResponse::ClassMethods

def inquire_respond_with(key)

def inquire_respond_with(key)
  config options: { inquire_respond_with: key }
end

def submit_respond_with(key)

def submit_respond_with(key)
  config options: { submit_respond_with: key }
end