Skip to content
Snippets Groups Projects
Commit 422eca27 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Remove coveralls lines

parent 82ccc0af
No related branches found
No related tags found
No related merge requests found
Loading
@@ -2,11 +2,6 @@ if ENV['SIMPLECOV']
Loading
@@ -2,11 +2,6 @@ if ENV['SIMPLECOV']
require 'simplecov' require 'simplecov'
end end
   
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!
end
ENV['RAILS_ENV'] = 'test' ENV['RAILS_ENV'] = 'test'
require './config/environment' require './config/environment'
require 'rspec/expectations' require 'rspec/expectations'
Loading
Loading
Loading
@@ -3,11 +3,6 @@ if ENV['SIMPLECOV']
Loading
@@ -3,11 +3,6 @@ if ENV['SIMPLECOV']
SimpleCov.start :rails SimpleCov.start :rails
end end
   
if ENV['COVERALLS']
require 'coveralls'
Coveralls.wear_merged!
end
ENV["RAILS_ENV"] ||= 'test' ENV["RAILS_ENV"] ||= 'test'
   
require File.expand_path("../../config/environment", __FILE__) require File.expand_path("../../config/environment", __FILE__)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment