diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-01 11:43:16 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-01 11:43:16 +0300 |
commit | 522d754dfee9673befc7e6dc93c8a080eba7ae66 (patch) | |
tree | cbe61eb0dcf5305c2327ccbe2761afe8b45bdc46 /lib/tasks/test.rake | |
parent | 3dde6bb3fa74238df0e1a2bbf4077852a9fd0bdb (diff) | |
download | gitlab-ce-522d754dfee9673befc7e6dc93c8a080eba7ae66.tar.gz |
Try wear_merged! without argument
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/tasks/test.rake')
-rw-r--r-- | lib/tasks/test.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |