Hi! Can anybody link to some ror based project what is using rspec, so nuby as me can learn from it. So it should have updated and practising advanced rspec. After reading last threat about "testing behaviour or testing code?", I just realised that I would definitely learn something from app like that. Some casual googling didn''t help me this time. Thanks! Priit at still.nuby.rspecter
RSpec itself is a nice example of pretty large open source project that uses RSpec for testing ;) It''s a general problem in TDD/BDD worlds: what to test and how to keep it maintainable. I''d recommend reading mockobjects.com. Priit Tamboom wrote:> Hi! > > Can anybody link to some ror based project what is using rspec, so > nuby as me can learn from it. So it should have updated and practising > advanced rspec.-- MK
plus for a rails app that uses rspec, there''s the caboose sample app: http://blog.caboo.se/pages/sample-rails-application On 26 Aug 2007, at 11:24, Michael Klishin wrote:> RSpec itself is a nice example of pretty large open source project > that > uses RSpec for testing ;) > > It''s a general problem in TDD/BDD worlds: what to test and how to keep > it maintainable. I''d recommend reading mockobjects.com. > > Priit Tamboom wrote: >> Hi! >> >> Can anybody link to some ror based project what is using rspec, so >> nuby as me can learn from it. So it should have updated and >> practising >> advanced rspec. > > > -- > MK > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users