diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-12 18:00:48 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-12 18:00:48 -0600 |
| commit | d98902ada1d46080f21d1e1f122dc29351db9368 (patch) | |
| tree | 9edc4f882bddea695e2a08d0903ea85291e20dbc /test/test_helper.rb | |
| parent | 5e327cc4abe45f53918f7afce937c37fa1736a76 (diff) | |
Reduce # of instance variables
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index caa6551..a645fac 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -7,6 +7,8 @@ require 'securerandom' require 'vcr' require 'webmock' +Net::Hippie.logger = ENV['CIBUILD'] ? Logger.new('/dev/null') : Logger.new(STDERR) + VCR.configure do |config| config.cassette_library_dir = 'test/fixtures' config.hook_into :webmock |
