Sha256: 646c14e443485ad5ece960d5650f503be3109b71e82c29f79f5d8b401f28299b
Contents?: true
Size: 440 Bytes
Versions: 13
Compression:
Stored size: 440 Bytes
Contents
# frozen_string_literal: true RSpec.configure do |config| config.around(:each, :vcr => lambda { |v| !!v }) do |example| config.rspeckled_logger.debug("Around Each - Start - #{__FILE__}") ::VCR.configuration.allow_http_connections_when_no_cassette = false example.run ::VCR.configuration.allow_http_connections_when_no_cassette = true config.rspeckled_logger.debug("Around Each - End - #{__FILE__}") end end
Version data entries
13 entries across 13 versions & 1 rubygems