Skip to content

Commit 3f2d882

Browse files
boyer-victorBilka2
andauthored
Update spec/controllers/errors_controller_spec.rb
Co-authored-by: Bilka <[email protected]>
1 parent 165261d commit 3f2d882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/controllers/errors_controller_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
end
3838
end
3939

40-
describe "timeout" do
40+
describe "GET #timeout_error" do
4141
it "returns an HTML timeout error page" do
42-
get :timeout
42+
get :timeout_error
4343
expect(response.status).to eq(200)
4444
expect(response.header["Content-Type"]).to eq("text/html; charset=utf-8")
4545
end

0 commit comments

Comments
 (0)