mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
support/external_request: only allow stripe
This commit is contained in:
parent
43ac7742a1
commit
cc09dd76ba
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Mock external requests to youtube
|
||||
require 'webmock/rspec'
|
||||
WebMock.allow_net_connect!
|
||||
WebMock.disable_net_connect!(allow_localhost: true, allow: %r{stripe.com})
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.before(:each) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue