aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2015-11-12 14:38:50 -0200
committerRafael França <rafaelmfranca@gmail.com>2015-11-12 14:38:50 -0200
commit921ce291d4d352aa378facd3bc0fc18150d9a2bb (patch)
treea1fb6a1737f54ccb74e8414f028735878b0dd71e /actionpack
parent0e04ae3d2a6501698060eefeff5d496e3591882f (diff)
parent432c7a5b76e0ad15142f650bd99761136a269ecb (diff)
downloadrails-921ce291d4d352aa378facd3bc0fc18150d9a2bb.tar.gz
rails-921ce291d4d352aa378facd3bc0fc18150d9a2bb.tar.bz2
rails-921ce291d4d352aa378facd3bc0fc18150d9a2bb.zip
Merge pull request #22277 from jwworth/pull-request/fix-typo-1447344392
Fix typo [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/dispatch/debug_exceptions_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/debug_exceptions_test.rb b/actionpack/test/dispatch/debug_exceptions_test.rb
index 89c3e75a50..8960156d00 100644
--- a/actionpack/test/dispatch/debug_exceptions_test.rb
+++ b/actionpack/test/dispatch/debug_exceptions_test.rb
@@ -364,7 +364,7 @@ class DebugExceptionsTest < ActionDispatch::IntegrationTest
assert_select 'pre code a:first', %r{test/dispatch/debug_exceptions_test\.rb:\d+:in `call}
end
- # assert framework trace that that threw the error is first
+ # assert framework trace that threw the error is first
assert_select '#Framework-Trace' do
assert_select 'pre code a:first', /method_that_raises/
end