尝试使用 minitest 进行非常简单的集成测试,但它似乎没有正确设置 default_url_option,因此每当我尝试访问路径时,它都会尝试在 www.example.com 而不是我的应用程序上进行。
例如:
describe "Admin Architects Integration Test" do
it "should be able to view list of users grouped by architect status" do
visit admin_path
end
end
试图带我去 www.example.com/admin