Sha256: 5772ef5a9b1db2909e441b1b4c5b524c849ad858b04276ea0b4268d55529d595
Contents?: true
Size: 353 Bytes
Versions: 13
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true RSpec.configure do |config| [:system, :feature, :request].each do |type| config.before(:all, :type => type) do |_example| config.rspeckled_logger.debug("Before All - Start - #{__FILE__}") ::Warden.test_mode! config.rspeckled_logger.debug("Before All - End - #{__FILE__}") end end end
Version data entries
13 entries across 13 versions & 1 rubygems