so just to be clear are you saying: * rspec gem => All that is need for Ruby on Rails Rspec work * 'rspec plugin' => not needed (functionality in gem) * 'rspec-rails' plugin => not needed (functionality in gem)
is this right? thanks again On Fri, Nov 7, 2008 at 8:10 PM, Fernando Perez <[EMAIL PROTECTED]> wrote: > 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 > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
