We're upgrading Puppet to use RSpec2, so you'll need to install that
version of the gem if you don't already have it in order to run the
specs.  The main motivation for us was that RSpec2 has an option
--fail-fast that you can use to end the spec run as soon as it
encounters a failure.

Other projects like Dashboard and Facter haven't been upgraded, but
will be as we're able.  Those tests will still run with RSpec 1.3 and
having both versions of the gem installed isn't a problem.  In fact,
note that to run rspec1.3 you use the `spec` command, while in RSpec2
you use the `rspec` command.

Also, we noticed that there's a Rakefile in the spec directory that
creates a bunch of rake tasks for every directory in spec.  Is anyone
using this or care about it?  We didn't upgrade it to work with RSpec2
because we just noticed it and were hoping we could delete it.

Matt

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to