This gem implements the spinach command for
Spring.
Add to your Gemfile:
gem "spring-commands-spinach"If you need to run spinach a different RAILS_ENV other than "test" then we can run spinach as:
SPINACH_ENV="feature" bin/spinachOr at the first line of bin/spinach:
ENV["SPINACH_ENV"]="feature"This gem was inspired by Jon Leighton's spring-commands-cucumber gem