From 6fa81e5d58b29f485a449cf896e0bb31d83a6ad1 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 30 Sep 2014 15:55:03 +0300 Subject: Add rspec to test_ci Signed-off-by: Dmitriy Zaporozhets --- lib/tasks/test.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks/test.rake') diff --git a/lib/tasks/test.rake b/lib/tasks/test.rake index 4a44bcb2a93..c868e1c4314 100644 --- a/lib/tasks/test.rake +++ b/lib/tasks/test.rake @@ -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 -- cgit v1.2.3