Sha256: e235e90842a62414241790e26ccc98f3ec109058e3c050b07f660826ba9f79a3

Contents?: true

Size: 223 Bytes

Versions: 14

Compression:

Stored size: 223 Bytes

Contents

# typed: false
# frozen_string_literal: true

return unless Rails.env.test?

require "webmock"
require "httpx/adapters/webmock"
require "webmock/minitest"
WebMock.enable!
WebMock.disable_net_connect!(allow_localhost: true)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hephaestus-0.8.16.1 config/initializers/webmock.rb
hephaestus-0.8.16 config/initializers/webmock.rb
hephaestus-0.8.15.5 config/initializers/webmock.rb
hephaestus-0.8.15.4 config/initializers/webmock.rb
hephaestus-0.8.15.3 config/initializers/webmock.rb
hephaestus-0.8.15.2 config/initializers/webmock.rb
hephaestus-0.8.15.1 config/initializers/webmock.rb
hephaestus-0.8.15 config/initializers/webmock.rb
hephaestus-0.8.14 config/initializers/webmock.rb
hephaestus-0.8.13 config/initializers/webmock.rb
hephaestus-0.8.12.2 config/initializers/webmock.rb
hephaestus-0.8.12.1 config/initializers/webmock.rb
hephaestus-0.8.12 config/initializers/webmock.rb
hephaestus-0.8.11 config/initializers/webmock.rb