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
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ end
if ENV['COVERALLS'] if ENV['COVERALLS']
require 'coveralls' require 'coveralls'
Coveralls.wear_merged!('rails') Coveralls.wear_merged!
end end
ENV['RAILS_ENV'] = 'test' ENV['RAILS_ENV'] = 'test'

View File

@ -9,5 +9,5 @@ unless Rails.env.production?
require 'coveralls/rake/task' require 'coveralls/rake/task'
Coveralls::RakeTask.new Coveralls::RakeTask.new
desc "GITLAB | Run all tests on CI with simplecov" desc "GITLAB | Run all tests on CI with simplecov"
task :test_ci => [:spec, :spinach, 'coveralls:push'] task :test_ci => [:spinach, :spec, 'coveralls:push']
end end

View File

@ -4,7 +4,7 @@ end
if ENV['COVERALLS'] if ENV['COVERALLS']
require 'coveralls' require 'coveralls'
Coveralls.wear_merged!('rails') Coveralls.wear_merged!
end end
ENV["RAILS_ENV"] ||= 'test' ENV["RAILS_ENV"] ||= 'test'