10 lines
415 B
YAML
10 lines
415 B
YAML
|
email_helper_deliver:
|
||
|
extends:
|
||
|
- .template_integration
|
||
|
- .tags_mail
|
||
|
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
|
||
|
- bundle exec rails test test/integration/email_postmaster_to_sender.rb
|