atom-ruby-test
atom-ruby-test copied to clipboard
GOOGLE_API_KEY environment variable incorrect when running tests via atom-ruby-test
If I have an ENV variable named GOOGLE_API_KEY and I run tests using atom-ruby-test, the ENV variable is changed. If I run the same command in the console it behaves as expected (with the correct ENV variable). If I change the name of the ENV variable, it behaves as expected in atom-ruby-test also.
@barelyknown: Where is GOOGLE_API_KEY defined? Is it in a shell startup script, or somewhere else?