Commit 6fa81e5d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add rspec to test_ci

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 99a7bf88
......@@ -9,5 +9,5 @@ unless Rails.env.production?
require 'coveralls/rake/task'
Coveralls::RakeTask.new
desc "GITLAB | Run all tests on CI with simplecov"
task :test_ci => [:spinach, 'coveralls:push']
task :test_ci => [:spec, :spinach, 'coveralls:push']
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment