From 522d754dfee9673befc7e6dc93c8a080eba7ae66 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 1 Oct 2014 11:43:16 +0300 Subject: Try wear_merged! without argument Signed-off-by: Dmitriy Zaporozhets --- lib/tasks/test.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks') diff --git a/lib/tasks/test.rake b/lib/tasks/test.rake index c868e1c4314..583f4a876da 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 => [:spec, :spinach, 'coveralls:push'] + task :test_ci => [:spinach, :spec, 'coveralls:push'] end -- cgit v1.2.3