Sha256: f0f1d61375e4200cafa55e5f41b73dc435b7915688694ef37851c030e8123151
Contents?: true
Size: 349 Bytes
Versions: 10
Compression:
Stored size: 349 Bytes
Contents
# frozen_string_literal: true module DeprecationToolkit module Behaviors class Record extend ReadWriteHelper def self.trigger(test, collector, _) deprecation_file = recorded_deprecations_path(test) write(deprecation_file, test_name(test) => collector.deprecations_without_stacktrace) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems