mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Remove coveralls lines
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user