You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled upon this because I use the dotenv-rails gem for loading project specific env variables. I suspect it's because the ENV vars are read when the gem is required.
is this an intentional design? Is there anything i can do other than run this in my setup code:
Expected result is
foo
I stumbled upon this because I use the dotenv-rails gem for loading project specific env variables. I suspect it's because the ENV vars are read when the gem is required.
is this an intentional design? Is there anything i can do other than run this in my setup code:
The text was updated successfully, but these errors were encountered: