public
Description: Plugin generator that uses RSpec stubs instead of Test::Unit. Also sets up database connections for testing against an isolated database.
Homepage: http://evang.eli.st/blog/2007/4/4/rspec_plugin-generator
Clone URL: git://github.com/pat-maddox/rspec-plugin-generator.git
name age message
file .gitignore Mon May 05 18:37:35 -0700 2008 ignoring stupid os x stuff [pat-maddox]
file MIT-LICENSE Tue Apr 03 20:50:34 -0700 2007 import [pat]
file README Tue Apr 03 20:54:03 -0700 2007 shoutouts [pat]
directory generators/ Mon May 05 18:41:24 -0700 2008 Merge branch 'error_message' [pat-maddox]
README
For usage docs:

./script/generate rspec_plugin

Based off the Rails plugin generator.
database.yml/schema.rb/spec_helper.rb based off of Chapter 8 of "Rails Plugins: Extending Rails Beyond the Core" by 
James Adam