我正在尝试运行一个测试用例,它正在冻结我的系统。我无法理解。它甚至没有给我一个错误,只是冻结我的系统。
describe "GET /edit" do
context "when in client portal" do
it "renders successfully" do
get "/admin/aniket_accounts/#{account.to_param}/edit", nil
expect(response.status).to eq(200)
end
end
end