Add SimpleCov for coverage as per the latest the CodeClimate requirement

This commit is contained in:
Leena
2017-01-11 16:20:15 +05:30
parent 1c04824316
commit 36a9badc52
4 changed files with 15 additions and 6 deletions

View File

@@ -17,7 +17,9 @@
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
require "simplecov"
SimpleCov.start
RSpec.configure do |config|
# rspec-expectations config goes here. You can use an alternate