We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4e1ff7 + e18356a commit ad9bc2aCopy full SHA for ad9bc2a
railties/test/application/middleware/exceptions_test.rb
@@ -257,7 +257,7 @@ def index
257
assert_match "ActiveRecord::StatementInvalid", last_response.body
258
end
259
260
- test "show_exceptions :rescubale with a rescuable error" do
+ test "show_exceptions :rescuable with a rescuable error" do
261
controller :foo, <<-RUBY
262
class FooController < ActionController::Base
263
def index
@@ -272,7 +272,7 @@ def index
272
assert_equal 404, last_response.status
273
274
275
- test "show_exceptions :rescubale with a non-rescuable error" do
+ test "show_exceptions :rescuable with a non-rescuable error" do
276
277
278
0 commit comments