Commit b238dfe

mo khan <mo@mokhan.ca>
2016-07-05 02:41:28
allow code climate submission.
1 parent 32d0750
Changed files (1)
spec
spec/support/vcr_setup.rb
@@ -1,5 +1,6 @@
 VCR.configure do |config|
   config.cassette_library_dir = "spec/vcr"
   config.hook_into :webmock
+  config.ignore_hosts "codeclimate.com"
   config.ignore_localhost = true
 end