you need some *watch* directives in the Guardfile On Friday, January 9, 2015 at 3:12:16 AM UTC+2, Jason Hsu, Rubyist wrote: > > I'm going through Hartl's Rails tutorial, which now uses Rails 4.2 and > Guard with minitest. > > Having Guard up and running does not automatically run tests; I have to > press Enter to trigger the tests. > > I can get the tests to run automatically upon starting Guard by changing > "guard :minitest, spring: true, all_on_start: false do" in the Guardfile to > "guard :minitest, spring: true do". (This change means that the > all_on_start parameter is set to true by default.) > > How can I get the tests to run automatically when I modify files in the > app? While I don't need this automatic testing to get through > railstutorial.org, I want to have this capability for working on more > serious apps. I'd like the tests to begin BEFORE I click on the terminal > window that I have dedicated to Guard testing. >
-- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/cff7936a-e1ab-4d7c-8743-7383b3f2c27d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

