Merge pull request #2777 from coopdevs/setup-simplecov

Setup simplecov
This commit is contained in:
Pau Pérez Fabregat
2018-10-02 14:39:43 +02:00
committed by GitHub
4 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@@ -40,3 +40,4 @@ libpeerconnection.log
/config/application.yml
node_modules
vendor/bundle/
coverage

View File

@@ -129,6 +129,7 @@ end
group :test do
gem 'webmock'
gem 'simplecov', require: false
# See spec/spec_helper.rb for instructions
#gem 'perftools.rb'
end

View File

@@ -265,6 +265,7 @@ GEM
devise (>= 2.1.0)
diff-lcs (1.3)
diffy (3.1.0)
docile (1.3.1)
dry-inflector (0.1.2)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
@@ -688,6 +689,11 @@ GEM
shellany (0.0.1)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
skylight (1.6.1)
activesupport (>= 3.0.0)
spinjs-rails (1.3)
@@ -832,6 +838,7 @@ DEPENDENCIES
sass-rails (~> 3.2.3)
shoulda-matchers
simple_form!
simplecov
skylight (< 2.0)
spinjs-rails
spree!

View File

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