Greg Hauptmann wrote: > Hi, > > I've got the rspec gem installed, as well as the two plugins "rspec" & > "rspec-rails". I can't remember which is actual used and which isn't > for my rails app when I go "rake spec"? Anyone know? > > Could I remove either of the core rpec gem OR the "rspec plugin"? or > do I need all three components? > > Tks
The plugins are no longer required, you can only use the rspec and rspec-rails gems. For a rails app you will simply have to run "script/generate rspec" to generate a few files, and then you are all set. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
