I used bostonrb code base http://github.com/bostonrb/bostonrb to learn about shoulda. Similarly is there a decent rails based application with test code in rspec to see how to write good rspec test code at both unit and functional level.
I am trying to get started with rspec.
Thanks
There’s a pretty good list of full apps with good test coverage here:
http://jetpackweb.com/blog/2009/10/14/high-quality-ruby-on-rails-example-applications/
bostonrb is there, and some don’t use RSpec, but several do. That would be a good place to start, but I’m eager to see some others as well.
Bill
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.