Skip to content

Commit 64b456b

Browse files
committed
VCR was preventing code climate from sending code coverage report
1 parent 92300d6 commit 64b456b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/rails_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@
5151
c.cassette_library_dir = 'spec/cassettes'
5252
c.hook_into :webmock
5353
c.configure_rspec_metadata!
54+
c.ignore_hosts 'codeclimate.com' # report code coverage
5455
end

0 commit comments

Comments
 (0)