2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2018-09-28 15:05:01 +00:00
|
|
|
RSpec.configure do |config|
|
|
|
|
# make usage of time travel helpers possible
|
|
|
|
config.include ActiveSupport::Testing::TimeHelpers
|
|
|
|
end
|