garnierjm / rspec-rr forked from josephwilk/rspec-rr

Helping Rspec and Rspec-rails play nicely with RR the test double framework

This URL has Read+Write access

name age message
file MIT-LICENSE Fri Aug 01 06:43:41 -0700 2008 Adding my name [josephwilk]
file README.textile Loading commit data...
file Rakefile Fri Aug 01 03:36:46 -0700 2008 Organizing layout to map to rspec-rails. Also i... [josephwilk]
file TODO.txt Wed Aug 27 03:53:58 -0700 2008 merged TODO [josephwilk]
directory generators/ Wed Aug 27 03:11:14 -0700 2008 Correcting controller specs which where failing... [josephwilk]
file init.rb Fri Aug 01 03:36:46 -0700 2008 Organizing layout to map to rspec-rails. Also i... [josephwilk]
file install.rb Fri Aug 01 03:36:46 -0700 2008 Organizing layout to map to rspec-rails. Also i... [josephwilk]
directory lib/
directory spec/
directory tasks/ Sun Jul 27 07:17:25 -0700 2008 Setting up basic rails plugin [unknown]
file uninstall.rb Fri Aug 01 03:36:46 -0700 2008 Organizing layout to map to rspec-rails. Also i... [josephwilk]
README.textile

Rspec-rr

Allow rspec-rails helpers and RR test double framework to play nicely.

Dependent on:

http://github.com/dchelimsky/rspec/

http://github.com/dchelimsky/rspec-rails/

Install

Install via:

script/plugin install git://github.com/JoeSniff/rspec-rr.git

Or grab it directly from git
git clone git://github.com/JoeSniff/rspec-rr.git

Finally in your spec_helper.rb after your:
require 'spec' 
require 'spec/rails'

Add:

require 'spec/rr' 

Generator

Instead of using rspec_scaffold use:

script/generate rspec_rr_scaffold

License

(The MIT License)

Copyright © 2008 Joseph Wilk

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
‘Software’), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.