# frozen_string_literal: true if defined?(::RSpec::Rails) RSpec.configure do |config| config.use_transactional_fixtures = false end end