time_helper.rb 209 B

123456
  1. # Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
  2. RSpec.configure do |config|
  3. # make usage of time travel helpers possible
  4. config.include ActiveSupport::Testing::TimeHelpers
  5. end