aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/notifications_test.rb
diff options
context:
space:
mode:
authoralkesh26 <alkesh26@gmail.com>2019-02-01 22:17:10 +0530
committeralkesh26 <alkesh26@gmail.com>2019-02-01 22:17:10 +0530
commit38472af70e138bb01bf59c996f487507fd579a94 (patch)
tree7e78dbdf1c51a85c13c48def0039443c60e75553 /activesupport/test/notifications_test.rb
parent300c62f75cc1b48fe5152717f395ee8d94c1ceaf (diff)
downloadrails-38472af70e138bb01bf59c996f487507fd579a94.tar.gz
rails-38472af70e138bb01bf59c996f487507fd579a94.tar.bz2
rails-38472af70e138bb01bf59c996f487507fd579a94.zip
ActiveSupport typo fixes.
Diffstat (limited to 'activesupport/test/notifications_test.rb')
-rw-r--r--activesupport/test/notifications_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/notifications_test.rb b/activesupport/test/notifications_test.rb
index 4e0aef2cc7..b5d72d1a42 100644
--- a/activesupport/test/notifications_test.rb
+++ b/activesupport/test/notifications_test.rb
@@ -81,7 +81,7 @@ module Notifications
assert_equal expected, events
end
- def test_subsribing_to_instrumentation_while_inside_it
+ def test_subscribing_to_instrumentation_while_inside_it
# the repro requires that there are no evented subscribers for the "foo" event,
# so we have to duplicate some of the setup code
old_notifier = ActiveSupport::Notifications.notifier