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
Problem: Guard::RSpec runs RSpec as a child process with a modified environment, but Zeus doesn't pass the environment variable (due to forking the server without the environment variable and running RSpec with that env).
[UPDATED]
Problem: Guard::RSpec runs RSpec as a child process with a modified environment, but Zeus doesn't pass the environment variable (due to forking the server without the environment variable and running RSpec with that env).
Ugly workaround: creating a custom Zeus plan setting the variable manually
Preferred solution: Zeus should pass the initial environment to the forked process, since RSpec formatters could be using environment variables.
The text was updated successfully, but these errors were encountered: