Override existing RAILS_ENV

This commit is contained in:
Christian Schmidt 2023-09-17 14:36:43 +02:00
parent 1666b19559
commit 2cef20bc9a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
ENV['RAILS_ENV'] ||= 'test'
ENV['RAILS_ENV'] = 'test'
# This needs to be defined before Rails is initialized
RUN_SYSTEM_SPECS = ENV.fetch('RUN_SYSTEM_SPECS', false)