gpt4 book ai didi

ruby-on-rails - #
转载 作者:太空宇宙 更新时间:2023-11-03 18:16:34 24 4
gpt4 key购买 nike

<分区>

我的测试规范

it "can find an account" do 
get "/account/#{@acc.id}", {}, {"Accept" => "application/json"}
end

当我尝试运行我的 rspec 时出现以下错误。

Failure/Error: get "/account/#{@acc.id}", {}, {"Accept" => "application/json"}
NoMethodError:
undefined method `get' for #<RSpec::ExampleGroups::Account_2:0x00000004a6d430>

还有如何在传递 find 方法时将另一个 params 授权 传递给我的 get 方法。

Account.find(id: @acc.id, authorization: @token);

24 4 0

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