atom-ruby-test icon indicating copy to clipboard operation
atom-ruby-test copied to clipboard

GOOGLE_API_KEY environment variable incorrect when running tests via atom-ruby-test

Open barelyknown opened this issue 10 years ago • 1 comments

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 avatar Jan 19 '16 14:01 barelyknown

@barelyknown: Where is GOOGLE_API_KEY defined? Is it in a shell startup script, or somewhere else?

moxley avatar Jul 27 '16 04:07 moxley