I'm using watircraft to create a set of tests.  Currently, I have a
set of specs in my C:\foo\test\specs directory so that the directory
looks something like this:

spec_helper.rb
xxx.rb
yyy.rb
zzz.rb

Currently, I only know how to run each spec individually, like this:

spec xxx.rb -fs
spec yyy.rb -fs
spec zzz.rb -fs

Is there a way to run all the specs with a single command?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to