A full rails application with rspec test code

I used bostonrb code base GitHub - bostonrb/bostonrb: Website for bostonrb.org 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:

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