RSpec Resources

06 Aug 2007

Later this evening I’m giving a talk on RSpec at the “Houston Ruby and Rails Group.”

In case somebody misses a link, I’m posting them here:

RSpec’s homepage: rspec.rubyforge.org

RSpec Users Mailing list: rubyforge.org/mailman/listinfo/rspec-users

David Chelimsky’s Blog: blog.davidchelimsky.net

If you install RSpec as a plugin to your Rails project, then look inside: vendor/plugin/rspec/examples for some nice spec examples

Once you’ve got RSpec and RSpec on Rails installed in your project, running:

  ruby script/generate rspec_scaffold person name:string phone_number:integer cash:decimal

from the base of your project will get you a bunch of generated specs to look at and play with.