trabajo-afectivo/spec/support/db_initial_state.rb
2022-01-01 14:38:12 +01:00

9 lines
272 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
require_relative './rake'
# Reset database to be ready for tests
Rake::Task['zammad:db:reset'].execute
# make sure that all migrations of linked packages are executed
Package::Migration.linked