Skip to content

Commit

Permalink
Fix LogSubscriber test
Browse files Browse the repository at this point in the history
Add super on initialize method

[fixes #3695]
  • Loading branch information
arthurnn committed Jun 17, 2014
1 parent 49bc68f commit 1fcb872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/mongoid/log_subscriber_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class TestLogSubscriber < ActiveSupport::LogSubscriber
attr_reader :debugs

def initialize
super
@debugs = []
end

Expand Down

0 comments on commit 1fcb872

Please sign in to comment.