module DeprecationToolkit::ReadWriteHelper
def test_name(test)
def test_name(test) if DeprecationToolkit::Configuration.test_runner == :rspec "test_" + test.full_description.underscore.squish.tr(" ", "_") else test.name end end
def test_name(test) if DeprecationToolkit::Configuration.test_runner == :rspec "test_" + test.full_description.underscore.squish.tr(" ", "_") else test.name end end