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

@@ -43,7 +43,11 @@ group :development, :test do
gem 'factory_girl_rails'
gem 'shoulda-matchers'
end
gem "codeclimate-test-reporter", group: :test, require: nil
group :test do
gem "simplecov"
gem "codeclimate-test-reporter", "~> 1.0.0"
end
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views