gpt4 book ai didi

Rspec 匹配当前 url

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

想用所需的网址检查当前网址

describe "SEO Error" do
it "URL" do
visit 'http://localhost:4000/'
current_path.should == 'http://localhost:4000/'
end
end

有错误,如
Failure/Error: current_path.should == 'http://localhost:4000/'
expected: "http://localhost:4000/"
got: "/" (using ==)

任何的想法?

最佳答案

刚遇到同样的问题。为自己解决了这个问题:

expect(current_path).to have_content(expected_path)
附言请注意,自从您提出问题以来已经过去了很长时间,我现在使用使用 expect 的较新版本的 rspec而不是 should

关于Rspec 匹配当前 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20527991/

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