aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/notifications_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test/application/notifications_test.rb')
-rw-r--r--railties/test/application/notifications_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/test/application/notifications_test.rb b/railties/test/application/notifications_test.rb
index c861d10c35..0fdb4a083a 100644
--- a/railties/test/application/notifications_test.rb
+++ b/railties/test/application/notifications_test.rb
@@ -39,10 +39,6 @@ module ApplicationTests
assert_equal :foo, ActiveSupport::Notifications.queue.events.first
end
- test "frameworks subscribers are loaded" do
- assert_equal 1, ActiveSupport::Notifications.queue.subscribers.count { |s| s == "sql" }
- end
-
test "configuration subscribers are loaded" do
assert_equal 1, ActiveSupport::Notifications.queue.subscribers.count { |s| s == /listening/ }
end