On Sat, Mar 8, 2008 at 9:11 AM, David Chelimsky <[EMAIL PROTECTED]> wrote:
>
> On Fri, Mar 7, 2008 at 9:40 PM, Will Sargent <[EMAIL PROTECTED]> wrote:
>  > One of the things I really liked about TestNG was the grouping
>  >  feature.  Are there any plans for rSpec to incorporate that?  Is there
>  >  any way to emulate that functionality in rspec?
>
>  I'm not familiar with the feature you're talking about. What is it?

The idea is that you can specify that certain tests exist in groups,
and can be run as a set.  You can define groups and groups of groups,
and so you can run a set of functional tests or all the tests dealing
with a specific feature without running through the entire thing.
It's kinda like an rspec pattern, but more flexible.

Documentation is here:

http://testng.org/doc/documentation-main.html#test-groups

Will.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to