Improved setup.
This commit is contained in:
parent
ee4b12f48a
commit
fe68d9d988
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ class ReportTest < ActiveSupport::TestCase
|
|||
# Setting.set('es_password', 'zammad')
|
||||
# Setting.set('es_attachment_max_size_in_mb', 1 )
|
||||
|
||||
# clear cache
|
||||
Cache.clear
|
||||
|
||||
# remove background jobs
|
||||
Delayed::Job.destroy_all
|
||||
|
||||
Ticket.destroy_all
|
||||
|
||||
# drop/create indexes
|
||||
|
|
Loading…
Reference in a new issue