trying to get have guard start up but not run any tests
24 views
Skip to first unread message
pwdunham
unread,
May 22, 2012, 6:07:20 PM5/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guard-dev
I am using guard with cucumber, and would like to have guard just
start and wait for a file to change. Is there a way to so something
like autotest --fast-start
My tests take a couple of hours to run, so running all tests is not
what I need.
Thanks
Paul
Thibaud Guillaume-Gentil
unread,
May 23, 2012, 3:28:58 AM5/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guar...@googlegroups.com
You can use the `:all_on_start => false` options to do so.