On Fri, Oct 3, 2008 at 4:46 PM, Donald French <[EMAIL PROTECTED]> wrote: > Can someone tell me the difference ins the gem versions and the plugin > versions? do they work together? need both? >
You do not need both. The plugin versions are for Ruby on Rails projects. Rails had a way of loading plugins from the vendor/plugins/ directory. This will most likely deprecate (or become less and less used) as Rails has added support for bundling gems with the project in the vendor/gems/ directory. The gem versions of rspec are the ones that are intended for everyday use. I would go with those unless you are supporting a Rails application in the 1.2.x family or earlier. Zach Dennis http://www.continuousthinking.com http://www.mutuallyhuman.com _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
