We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b9c24 commit abfd8e1Copy full SHA for abfd8e1
spec/spec_helper.rb
@@ -8,12 +8,12 @@
8
require "yaml"
9
require "active_support"
10
11
-ActiveSupport::Deprecation.behavior = lambda do |msg, stack|
12
- # when running this test suite ignore our own deprecation warnings
13
- unless /use AuthorizeNet::API::Transaction/ =~ msg
14
- ActiveSupport::Deprecation::DEFAULT_BEHAVIORS[:stderr].call(msg, stack, ActiveSupport::Deprecation.new)
15
- end
16
-end
+# ActiveSupport::Deprecation.behavior = lambda do |msg, stack|
+# # when running this test suite ignore our own deprecation warnings
+# unless /use AuthorizeNet::API::Transaction/ =~ msg
+# ActiveSupport::Deprecation::DEFAULT_BEHAVIORS[:stderr].call(msg, stack, ActiveSupport::Deprecation.new)
+# end
17
18
Dir['./spec/support/**/*.rb'].each { |f| require f }
19
0 commit comments