jonleighton/spring-commands-cucumber

Cucumber runs in development mode when a filename arg is passed

copyhacker opened this issue · 0 comments

This is a regression caused by #4. spring cucumber runs in test mode as expected, but spring cucumber features/foo.feature runs in development mode. This happens because args contains a path rather than an environment variable, which confuses the matcher and returns nil for the environment. I'm working on a pull request.