Sha256: fc486b884be7e5c389d8e3792f77f37ebe0a356262a6a2445e4b873dfce3d0aa
Contents?: true
Size: 361 Bytes
Versions: 90
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true RSpec.configure do |config| config.when_first_matching_example_defined(type: :feature) do config.before :suite do Rails.application.precompiled_assets end end config.when_first_matching_example_defined(type: :system) do config.before :suite do Rails.application.precompiled_assets end end end
Version data entries
90 entries across 90 versions & 1 rubygems