2020-05-06 09:32:26 +00:00
|
|
|
email_helper_deliver:
|
|
|
|
extends:
|
|
|
|
- .template_integration
|
|
|
|
- .tags_mail
|
2020-11-17 08:31:24 +00:00
|
|
|
- .services_mysql_postgresql_imap
|
2020-05-06 09:32:26 +00:00
|
|
|
script:
|
|
|
|
- bundle exec rake zammad:db:unseeded
|
|
|
|
- bundle exec rails test test/integration/email_helper_test.rb
|
|
|
|
- bundle exec rails test test/integration/email_deliver_test.rb
|
|
|
|
- bundle exec rails test test/integration/email_keep_on_server_test.rb
|
2020-11-17 08:31:24 +00:00
|
|
|
- bundle exec rails test test/integration/email_postmaster_to_sender.rb
|