spec/integration/heartbeat_events_spec.rb in mongo-2.15.1 vs spec/integration/heartbeat_events_spec.rb in mongo-2.16.0.alpha1
- old
+ new
@@ -9,10 +9,10 @@
# 4.4 has two monitors and thus issues heartbeats multiple times
max_server_version '4.2'
clean_slate_for_all
- let(:subscriber) { EventSubscriber.new }
+ let(:subscriber) { Mrss::EventSubscriber.new }
before do
Mongo::Monitoring::Global.subscribe(Mongo::Monitoring::SERVER_HEARTBEAT, subscriber)
end