module DeprecationToolkit::Behaviors::Record
def trigger(test, collector, _)
def trigger(test, collector, _) deprecation_file = recorded_deprecations_path(test) write(deprecation_file, test_name(test) => collector.deprecations_without_stacktrace) end