diff options
Diffstat (limited to 'test/test_helper.rb')
| -rw-r--r-- | test/test_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 1ce00ef..19dd30f 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,6 @@ $LOAD_PATH.unshift File.expand_path('../lib', __dir__) require 'net/hippie' +require 'securerandom' require 'vcr' require 'webmock' |
