Merge pull request #379 from thiagogabriel/spring-on-readme

Add Spring instruction on readme [ci skip]
This commit is contained in:
Ben Atkins 2014-06-10 11:54:15 -04:00
commit fc0050ab2d
1 changed files with 2 additions and 2 deletions

View File

@ -1004,9 +1004,9 @@ Spork.prefork do
end
```
### Zeus
### Zeus or Spring
If you wish to use the `RSpec` or `Cucumber` heleprs with [Zeus](https://github.com/burke/zeus), you will need to
If you wish to use the `RSpec` or `Cucumber` helpers with [Zeus](https://github.com/burke/zeus) or [Spring](https://github.com/rails/spring), you will need to
manually require the helper(s) in your test helper, like so:
```ruby