diff options
| author | mo <mo@mokhan.ca> | 2018-05-07 16:17:53 -0600 |
|---|---|---|
| committer | mo <mo@mokhan.ca> | 2018-05-07 16:17:53 -0600 |
| commit | a7ff82b96fc264b8587cc105b23516f60a0d4cfe (patch) | |
| tree | 7d4589801220ddd3ba7302d051dee8dd7869619d /test/test_helper.rb | |
| parent | 31500bdab2e72b370d7e622195161df2515fdf4f (diff) | |
rubocop -a
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 6742c91..1ce00ef 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,11 +1,11 @@ -$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) -require "net/hippie" -require "vcr" -require "webmock" +$LOAD_PATH.unshift File.expand_path('../lib', __dir__) +require 'net/hippie' +require 'vcr' +require 'webmock' -require "minitest/autorun" +require 'minitest/autorun' VCR.configure do |config| - config.cassette_library_dir = "test/fixtures" + config.cassette_library_dir = 'test/fixtures' config.hook_into :webmock end |
