Welcome to mirror list, hosted at ThFree Co, Russian Federation.

webmock.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af2906b7568514585ac4f4ec3a7234fb13265a12 (plain)
1
2
3
4
require 'webmock'
require 'webmock/rspec'

WebMock.disable_net_connect!(allow_localhost: true)