1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Override existing RAILS_ENV

This commit is contained in:
Christian Schmidt 2023-09-17 14:36:43 +02:00
parent 1666b19559
commit 2cef20bc9a

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)