Added new slack integration test.

This commit is contained in:
Martin Edenhofer 2016-04-16 01:12:24 +02:00
parent eb4a6db332
commit 88ef31d639

View file

@ -143,6 +143,19 @@ job_integration_user_agent:
- ruby -I test/ test/integration/user_agent_test.rb
- rake db:drop
job_integration_slack:
stage: test
tags:
- core
script:
- export RAILS_ENV=test
- rake db:create
- rake db:migrate
- echo "gem 'slack-api'" >> Gemfile.local
- bundle install
- ruby -I test test/integration/slack_test.rb
- rake db:drop
job_integration_es_mysql:
stage: test
tags: