Guard in the completed railstutorial.org sample app 
(https://github.com/mhartl/sample_app_3rd_edition.git) should automatically 
run the tests as soon as I save a change in any of the files.

When I try out the app in Nitrous.io, Guard works as expected.  When I save 
a change to any of the files in the app, Guard AUTOMATICALLY runs the tests 
again.

However, when I try out the app in my Vagrant setup, Guard does NOT 
automatically run the tests.  I have to press the Enter key to initiate the 
tests.  Thus, there must be something in Vagrant that prevents Guard from 
automatically running the tests.

Exactly what do I need to do in order to make sure that Guard automatically 
runs the tests?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/e3201d76-4a45-4d55-a8dc-d2c12c8ba8ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to