Hey does anyone know of a good open source Rails project that uses RSpec? I''d like to check out some real world code that''s drinking the RSpec BDD koolaid. Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Dec 3, 2007 6:26 PM, Bill Grundler <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hey does anyone know of a good open source Rails project that uses > RSpec? I''d like to check out some real world code that''s drinking the > RSpec BDD koolaid. > > Thanks.+1. I would like to know of a few as well. I know that Buildr uses RSpec, been meaning to look into that as part of my investigations into it. You might want to send this to the rspec-users mailing list too, unless you are specifically looking for RSpec on Rails projects. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks yeah, mostly looking for Rails with CRUD, REST and all that. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Not a Rails project but you could check out RSpec itself...they eat their own dog food. poke around in your vendor/plugins/rpsec_on_rails/spec folder On Dec 3, 2007, at 1:26 PM, Bill Grundler wrote:> > Hey does anyone know of a good open source Rails project that uses > RSpec? I''d like to check out some real world code that''s drinking the > RSpec BDD koolaid. > > Thanks. > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks Michael. I kind of wanted to see it in the context of Rails using the models and all that. I''ve checked out a lot of docs on RSpec and read some articles but haven''t seen too much in the way of real Rails projects using it (at least OSS projects). Michael Breen wrote:> Not a Rails project but you could check out RSpec itself...they eat > their own dog food. > > poke around in your vendor/plugins/rpsec_on_rails/spec folder-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
There''s smidge of rspec goodness in the caboo.se sample app. http://sample.caboo.se/empty_rails_app/ RSL On Dec 3, 2007 4:14 PM, Bill Grundler <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Thanks Michael. I kind of wanted to see it in the context of Rails using > the models and all that. I''ve checked out a lot of docs on RSpec and > read some articles but haven''t seen too much in the way of real Rails > projects using it (at least OSS projects). > > Michael Breen wrote: > > Not a Rails project but you could check out RSpec itself...they eat > > their own dog food. > > > > poke around in your vendor/plugins/rpsec_on_rails/spec folder > > > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Rubinius uses it heavily and is open source. Michael On Dec 3, 2007, at 10:54 AM, Richard Conroy <richard.conroy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > On Dec 3, 2007 6:26 PM, Bill Grundler <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org > > wrote: >> >> Hey does anyone know of a good open source Rails project that uses >> RSpec? I''d like to check out some real world code that''s drinking the >> RSpec BDD koolaid. >> >> Thanks. > > +1. I would like to know of a few as well. > > I know that Buildr uses RSpec, been meaning to look into that as > part of > my investigations into it. > > You might want to send this to the rspec-users mailing list too, > unless you > are specifically looking for RSpec on Rails projects. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I would suggest you to check out the peepcode screencasts. They have one about testing the models and another one for the controllers. They helped me a lot to clarify the basic rspec and bdd concepts. http://peepcode.com/products/rspec-mocks-and-models http://peepcode.com/products/rspec-controllers-and-tools Regards Bill Grundler escribió:> Thanks yeah, mostly looking for Rails with CRUD, REST and all that. >-- /** * dagi3d v4 | http://dagi3d.net */ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---