spec/spec_helper.rb in card-1.15.7 vs spec/spec_helper.rb in card-1.16.0
- old
+ new
@@ -120,10 +120,10 @@
end
end
RSpec::Core::ExampleGroup.send :include, Card::SpecHelper
-class ActiveSupport::BufferedLogger
+class ActiveSupport::Logger
def rspec msg
Thread.current['logger-output'] << msg
end
end