Merge branch 'minitest-config' into registry-343

This commit is contained in:
Artur Beljajev 2017-10-27 12:03:48 +03:00
commit 34ae654521

View file

@ -12,6 +12,7 @@ before_script:
- "RAILS_ENV=test bundle exec rake db:setup:all" - "RAILS_ENV=test bundle exec rake db:setup:all"
script: script:
- "RAILS_ENV=test bundle exec rspec" - "RAILS_ENV=test bundle exec rspec"
- "bundle exec rake test"
after_success: after_success:
- "bundle exec codeclimate-test-reporter" - "bundle exec codeclimate-test-reporter"
services: services: