测试用例冻结了我的系统

时间:2017-12-04 11:24:47

标签: ruby-on-rails ruby rspec

我正在尝试运行一个测试用例,它正在冻结我的系统。我无法理解。它甚至没有给我一个错误,只是冻结我的系统。

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 

0 个答案:

没有答案