diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2018-08-15 16:15:36 -0500 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2018-08-15 16:48:32 -0500 |
| commit | 9bcdcf1c9fcd0d8dddd0931450d31134d27e622a (patch) | |
| tree | c9effd5c26029d5660918d28318b839688e82dfc /spec/support | |
| parent | 21182ae60d4ed7b43afc53a36f6e428bb2f98133 (diff) | |
| download | gitlab-shell-9bcdcf1c9fcd0d8dddd0931450d31134d27e622a.tar.gz | |
Update webmock to 3.4.2
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/webmock.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/support/webmock.rb b/spec/support/webmock.rb new file mode 100644 index 0000000..ed4fe6d --- /dev/null +++ b/spec/support/webmock.rb @@ -0,0 +1,3 @@ +require 'webmock/rspec' + +WebMock.disable_net_connect!(allow_localhost: true) |
