提交 b0f55dc1 编写于 作者: J Jeremy Kemper

Remove framework subscriber tests which depends on AR, which isn't loaded

上级 ef75d058
......@@ -39,10 +39,6 @@ def setup
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册