Skip to content

Commit bc9e4fd

Browse files
committed
Use a better Spring.watch example
factory_girl_rails now supports spring, so don't want to confuse people. see #270.
1 parent 494a4cd commit bc9e4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ If there are additional files or directories which should trigger an
325325
application restart, you can specify them with `Spring.watch`:
326326

327327
```ruby
328-
Spring.watch "spec/factories"
328+
Spring.watch "config/some_config_file.yml"
329329
```
330330

331331
By default Spring polls the filesystem for changes once every 0.2 seconds. This

0 commit comments

Comments
 (0)