= Description:

The Rspec Rails 3 generators includes the following generators:
  
* rspec:skeleton          - generates an Rspec skeleton directory structure
* rspec:integration_spec  - generates an Rspec integration test specification for a controller
* rspec:controller        - generates an Rspec controller specification
* rspec:model             - generates an Rspec model specification
* rspec:scaffold          - scaffolds multiple Rspec artifacts for a controller

== Important
This is currently a work in progress. Please feel free to join in the effort and fork this project and fix whatever bugs etc.
This has not yet been tested... haha! I will continue when I get time, and add tests!