Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Merge cd87d8f into 51f41cb
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Sep 21, 2019
2 parents 51f41cb + cd87d8f commit f6b5365
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/spec_helper.rb
@@ -1,13 +1,10 @@
# for test coverage
require 'coveralls'
require 'simplecov'
# Coveralls.wear!('rails')
# SimpleCov.start 'rails'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
])
SimpleCov.start do
SimpleCov.start :rails do
add_filter 'spec'
add_filter 'vendor'
end
Expand Down

0 comments on commit f6b5365

Please sign in to comment.