Skip to content

Commit ad9bc2a

Browse files
authored
Merge pull request rails#53620 from p8/railties/rescuable-typo
Fix typo in test
2 parents a4e1ff7 + e18356a commit ad9bc2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

railties/test/application/middleware/exceptions_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def index
257257
assert_match "ActiveRecord::StatementInvalid", last_response.body
258258
end
259259

260-
test "show_exceptions :rescubale with a rescuable error" do
260+
test "show_exceptions :rescuable with a rescuable error" do
261261
controller :foo, <<-RUBY
262262
class FooController < ActionController::Base
263263
def index
@@ -272,7 +272,7 @@ def index
272272
assert_equal 404, last_response.status
273273
end
274274

275-
test "show_exceptions :rescubale with a non-rescuable error" do
275+
test "show_exceptions :rescuable with a non-rescuable error" do
276276
controller :foo, <<-RUBY
277277
class FooController < ActionController::Base
278278
def index

0 commit comments

Comments
 (0)