Add Spring instruction on readme

This commit is contained in:
Thiago Borges 2014-06-06 15:51:03 -03:00
parent f3f5925a42
commit 2ab494a692
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