Removing usage of SimpleCov

This commit is contained in:
Maikel Linke
2015-12-04 14:35:49 +11:00
parent 1589bd9ac3
commit efa7c215e2
4 changed files with 0 additions and 15 deletions

View File

@@ -97,7 +97,6 @@ group :test, :development do
gem 'factory_girl_rails', :require => false
gem 'capybara'
gem 'database_cleaner', '0.7.1', :require => false
gem 'simplecov', :require => false
gem 'awesome_print'
gem 'letter_opener'
gem 'timecop'

View File

@@ -575,10 +575,6 @@ GEM
thor (~> 0.14)
shoulda-matchers (1.1.0)
activesupport (>= 3.0.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.5)
spinjs-rails (1.3)
rails (>= 3.1)
@@ -713,7 +709,6 @@ DEPENDENCIES
sass-rails (~> 3.2.3)
shoulda-matchers
simple_form!
simplecov
spinjs-rails
spree!
spree_auth_devise!

View File

@@ -1,11 +1,6 @@
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
if ENV['RAILS_ENV'] == 'test'
require 'simplecov'
SimpleCov.start 'rails'
end
APP_PATH = File.expand_path('../../config/application', __FILE__)
require File.expand_path('../../config/boot', __FILE__)
require 'rails/commands'

View File

@@ -1,7 +1,3 @@
require 'simplecov'
SimpleCov.start
require 'rubygems'
# Require pry when we're not inside Travis-CI