Sha256: b2b7fef37184a117a87922b8fb93814a247499b4822616f86b5ef5d35d9b4f86
Contents?: true
Size: 251 Bytes
Versions: 3
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true RSpec.configure do |config| config.before(:all, type: :system) do Dir.chdir(Rails.root) { Webpacker.compile } end config.before(:all, type: :mailer) do Dir.chdir(Rails.root) { Webpacker.compile } end end
Version data entries
3 entries across 3 versions & 1 rubygems