spring-commands-rspec
spring-commands-rspec copied to clipboard
Not passing environment variables
trafficstars
It seems I can't pass environment variable through spring rspec. For exmaple,
AUTODOC=1 spring rspec --color spec/
the AUTODOC is not received in rspec.
Did you find a way around this?