gpt4 book ai didi

ruby-on-rails - 如何使用 Rspec 测试wash_out Controller

转载 作者:行者123 更新时间:2023-12-04 21:21:24 26 4
gpt4 key购买 nike

我已经用 wash_out 实现了一个 Rails Controller gem 。

我的 Controller 看起来像这样:

class TestController < ApplicationController
include WashOut::SOAP

soap_action "int_to_string",
:args => :integer,
:return => :string
def int_to_string
render :soap => params[:value].to_s
end
end

路线.rb:
MyApp::Application.routes.draw do
wash_out :test
end

我不确定如何使用 Rspec 测试此 Controller 。

有任何想法吗?

最佳答案

在此链接中,您可以找到一个很好的方法 http://blog.johnsonch.com/2013/04/18/rails-3-soap-and-testing-oh-my/
方法是:

  • 使用 savon rb gem 创建客户端
  • 比较您的测试结果
  • 关于ruby-on-rails - 如何使用 Rspec 测试wash_out Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11540135/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com