I''m just about to launch into a small app inhouse for the manufacturing company I work for. I''ve used rails for quite a while, and have used Test::Unit baked in rails. I''ve also used rspec - it''s changed a bit since I used it simply_bdd - I''ve used this one quite a bit. I see that there is also test/spec available and I am considering this one at the moment. I''ve tended to go for the ones that are built on top of Test::Unit since then all helpers rails defines and such are avilable. I''m a bit concerned that if I go for rspec, it''s non-standard and I''m thinking it might get me into trouble when helpers aren''t available etc. What experiences, have people had with these and what would you use? Cheers Daniel --~--~---------~--~----~------------~-------~--~----~ 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 7/2/07, Daniel N <has.sox-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m just about to launch into a small app inhouse for the manufacturing > company I work for. I''ve used rails for quite a while, and have used > Test::Unit baked in rails. I''ve also used > rspec - it''s changed a bit since I used it > simply_bdd - I''ve used this one quite a bit. > > I see that there is also test/spec available and I am considering this one > at the moment. > > I''ve tended to go for the ones that are built on top of Test::Unit since > then all helpers rails defines and such are avilable.FWIW, rspec wraps test/unit as well (at least the rails plugin does). So all of the helpers and assertions are available if you use rspec as well. Cheers, David> I''m a bit concerned that if I go for rspec, it''s non-standard and I''m > thinking it might get me into trouble when helpers aren''t available etc. > > What experiences, have people had with these and what would you use? > > Cheers > Daniel > > > >--~--~---------~--~----~------------~-------~--~----~ 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 7/3/07, David Chelimsky <dchelimsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On 7/2/07, Daniel N <has.sox-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I''m just about to launch into a small app inhouse for the manufacturing > > company I work for. I''ve used rails for quite a while, and have used > > Test::Unit baked in rails. I''ve also used > > rspec - it''s changed a bit since I used it > > simply_bdd - I''ve used this one quite a bit. > > > > I see that there is also test/spec available and I am considering this > one > > at the moment. > > > > I''ve tended to go for the ones that are built on top of Test::Unit > since > > then all helpers rails defines and such are avilable. > > FWIW, rspec wraps test/unit as well (at least the rails plugin does). > So all of the helpers and assertions are available if you use rspec as > well. > > Cheers, > DavidThanx, I didn''t realise that. That certianly makes rspec a more viable option, for me at least. Cheers> I''m a bit concerned that if I go for rspec, it''s non-standard and I''m > > thinking it might get me into trouble when helpers aren''t available etc. > > > > What experiences, have people had with these and what would you use? > > > > Cheers > > Daniel > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---