Run plugin specs as well.

This commit is contained in:
Guo Xiang Tan 2017-03-02 16:58:48 +08:00
parent 03ec1b1ef5
commit fc0f363973
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ task 'docker:test' do
@good = run_or_fail("bundle exec rake db:create db:migrate")
unless ENV["JS_ONLY"]
@good &&= run_or_fail("bundle exec rspec")
@good &&= run_or_fail("bundle exec rake plugin:spec")
end
unless ENV["RUBY_ONLY"]
@good &&= run_or_fail("eslint app/assets/javascripts")