trabajo-afectivo/spec/support/time_helper.rb

7 lines
208 B
Ruby

# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
RSpec.configure do |config|
# make usage of time travel helpers possible
config.include ActiveSupport::Testing::TimeHelpers
end