public
Description: Helping Rspec and Rspec-rails play nicely with RR the test double framework
Homepage:
Clone URL: git://github.com/josephwilk/rspec-rr.git
josephwilk (author)
Sun May 17 08:10:59 -0700 2009
commit  0e544996bc349363dc013c1f856ea752391b166a
tree    3cc7f4884c11ad51416b843ba5aa632ad4b2ec7b
parent  637ba26b2b8ff7866878327180ec8b2ce604596a
name age message
file MIT-LICENSE Fri Aug 01 06:43:41 -0700 2008 Adding my name [josephwilk]
file README.textile Sun May 17 08:10:59 -0700 2009 words [josephwilk]
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/ Sun May 17 08:03:56 -0700 2009 Refactor out duplication. Begin tentative suppo... [josephwilk]
directory spec/ Sun May 17 08:03:56 -0700 2009 Refactor out duplication. Begin tentative suppo... [josephwilk]
directory tasks/ Loading commit data...
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/

http://github.com/btakita/rr/tree/master

Install

Install via:

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

Or grab it directly from git
git clone git://github.com/josephwilk/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.