Chore: Setup test coverage in codeclimate [#332] (#333)

This commit is contained in:
Sojan Jose
2019-12-02 08:57:11 +05:30
committed by Pranav Raj S
parent 829cb4da57
commit 6ca403542d
6 changed files with 91 additions and 41 deletions

View File

@@ -1,3 +1,6 @@
require 'simplecov'
SimpleCov.start 'rails'
RSpec.configure do |config|
config.expect_with :rspec do |expectations|
expectations.include_chain_clauses_in_custom_matcher_descriptions = true