Skip to content

jvanbaarsen/spring-commands-spinach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-commands-spinach

This gem implements the spinach command for Spring.

Usage

Add to your Gemfile:

gem "spring-commands-spinach"

Spinach Environment

If you need to run spinach a different RAILS_ENV other than "test" then we can run spinach as:

SPINACH_ENV="feature" bin/spinach

Or at the first line of bin/spinach:

ENV["SPINACH_ENV"]="feature"

Credits

This gem was inspired by Jon Leighton's spring-commands-cucumber gem

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages