Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source Rails projects with great RSpec usage

For learning purposes, I'm looking for open source Rails projects that exemplify idiomatic usage of RSpec for BDD. I can find projects, but I'm not experienced enough with Rails or RSpec to know whether what I'm looking at represents best practices. Thanks!

like image 350
Dave Ray Avatar asked Jul 27 '09 02:07

Dave Ray


2 Answers

I just had a look and Insoshi seems to have a good comprehensive set of specs. Mephisto has a limited set of clean specs.

like image 147
Sam Saffron Avatar answered Nov 12 '22 12:11

Sam Saffron


There is the The Rspec Book in beta, it is co-authored by David Chelimsky, the lead developer of Rspec.

like image 28
Matt Haley Avatar answered Nov 12 '22 11:11

Matt Haley