Skip to content

Commit

Permalink
Remove framework subscriber tests which depends on AR, which isn't lo…
Browse files Browse the repository at this point in the history
…aded
  • Loading branch information
jeremy committed Oct 16, 2009
1 parent ef75d05 commit b0f55dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions railties/test/application/notifications_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0f55dc

Please sign in to comment.