Thursday, March 19, 2009

Difference Between rspec and rspec-rails gems/plugins

rspec gem or plugin => basic rspec without rails support (runner, rake
task, api for describe/it, should etc)

rspec-rails gem or plugin => extra support for rails model view and
controller, database integration, code generation (script/generate)

It doesn't matter whether you use the gem or the plugin. Just pick one
that suits your project.

No comments: