Skip to content

jonleighton/spring-commands-testunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-commands-testunit

This gem implements a testunit command for Spring, which supports running a file/directory of Test::Unit-style tests:

spring testunit test/controllers/posts_controller_test.rb
spring testunit test/controllers

It's no longer necessary if you're on Rails 4, since in Rails 4 you can pass the file/directory to the rake test command:

spring rake test test/controllers/posts_controller_test.rb
spring rake test test/controllers

Usage

Add to your Gemfile:

gem "spring-commands-testunit"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages