Sha256: 1b11243964586afc6b8ba0b737affa0c4898e8b4f878f98a6d95235707838b4b
Contents?: true
Size: 427 Bytes
Versions: 1
Compression:
Stored size: 427 Bytes
Contents
# typed: strict # frozen_string_literal: true module Spoom module Deadcode module Plugins class ActiveSupport < Base ignore_classes_inheriting_from(/^(::)?ActiveSupport::TestCase$/) ignore_methods_named( "after_all", "after_setup", "after_teardown", "before_all", "before_setup", "before_teardown", ) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spoom-1.2.4 | lib/spoom/deadcode/plugins/active_support.rb |