discourse/spec/helpers/redis_snapshot_helper.rb

8 lines
245 B
Ruby

# frozen_string_literal: true
module RedisSnapshotHelper
def use_redis_snapshotting
puts "DEPRECATION NOTICE: `use_redis_snapshotting` has been deprecated without replacement as we now flush the Redis database after each test."
end
end