Remove coveralls lines

This commit is contained in:
Z.J. van de Weg
2016-06-30 19:52:36 +02:00
parent 82ccc0af47
commit 422eca27ee
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -2,11 +2,6 @@ if ENV['SIMPLECOV']
require 'simplecov'
end
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!
end
ENV['RAILS_ENV'] = 'test'
require './config/environment'
require 'rspec/expectations'
-5
View File
@@ -3,11 +3,6 @@ if ENV['SIMPLECOV']
SimpleCov.start :rails
end
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!
end
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)