Try wear_merged! without argument

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2014-10-01 11:43:16 +03:00
parent 3dde6bb3fa
commit 522d754dfe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ end
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!('rails')
Coveralls.wear_merged!
end
ENV['RAILS_ENV'] = 'test'
+1 -1
View File
@@ -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
+1 -1
View File
@@ -4,7 +4,7 @@ end
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!('rails')
Coveralls.wear_merged!
end
ENV["RAILS_ENV"] ||= 'test'