Hello, Hello Where i can found a good tutorial about Rspec ? thanks
I don''t know if it''s good, but I wrote some blog entries on http:// calicowebdev.com/blog. It''s pretty Rails-centric. On May 11, 2007, at 12:56 PM, Bolo wrote:> Hello, Hello > > Where i can found a good tutorial about Rspec ? > > thanks > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
Thanks for your answer. You tuto is for newbee ? Le 11 mai 07 ? 16:18, s.ross a ?crit :> I don''t know if it''s good, but I wrote some blog entries on http:// > calicowebdev.com/blog. It''s pretty Rails-centric. > > On May 11, 2007, at 12:56 PM, Bolo wrote: > >> Hello, Hello >> >> Where i can found a good tutorial about Rspec ? >> >> thanks >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On 5/11/07, Bolo <malavoi at gmail.com> wrote:> Hello, Hello > > Where i can found a good tutorial about Rspec ?There used to be a tutorial on rspec.rubyforge.org, but I yanked it because it got outdated in syntax and philosophy. There will be another sooner or later - probably later (sorry).> > thanks > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
If you''re a noob, I''ll leave that up to you to decide. On May 11, 2007, at 1:26 PM, Bolo wrote:> Thanks for your answer. > > You tuto is for newbee ? > > Le 11 mai 07 ? 16:18, s.ross a ?crit : > >> I don''t know if it''s good, but I wrote some blog entries on http:// >> calicowebdev.com/blog. It''s pretty Rails-centric. >> >> On May 11, 2007, at 12:56 PM, Bolo wrote: >> >>> Hello, Hello >>> >>> Where i can found a good tutorial about Rspec ? >>> >>> thanks >>> _______________________________________________ >>> rspec-users mailing list >>> rspec-users at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/rspec-users >> >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
Le 11 mai 07 ? 16:29, David Chelimsky a ?crit :> On 5/11/07, Bolo <malavoi at gmail.com> wrote: >> Hello, Hello >> >> Where i can found a good tutorial about Rspec ? > > There used to be a tutorial on rspec.rubyforge.org, but I yanked it > because it got outdated in syntax and philosophy. There will be > another sooner or later - probably later (sorry).not too late, I hope :)> >> >> thanks >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
What happened to the stack tutorial that used to be on the rspec website? I thought that was a pretty good intro. Scott On May 11, 2007, at 3:56 PM, Bolo wrote:> Hello, Hello > > Where i can found a good tutorial about Rspec ? > > thanks > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
I''d update it. Is it still in the webgen source tree? Scott On May 11, 2007, at 4:29 PM, David Chelimsky wrote:> On 5/11/07, Bolo <malavoi at gmail.com> wrote: >> Hello, Hello >> >> Where i can found a good tutorial about Rspec ? > > There used to be a tutorial on rspec.rubyforge.org, but I yanked it > because it got outdated in syntax and philosophy. There will be > another sooner or later - probably later (sorry). > >> >> thanks >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On 5/11/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote:> > I''d update it. Is it still in the webgen source tree?That''s a really generous offer Scott, but I''d just as soon let that dog rest in peace and replace it with something that is more up to date in philosophy as well as syntax.> > Scott > > > On May 11, 2007, at 4:29 PM, David Chelimsky wrote: > > > On 5/11/07, Bolo <malavoi at gmail.com> wrote: > >> Hello, Hello > >> > >> Where i can found a good tutorial about Rspec ? > > > > There used to be a tutorial on rspec.rubyforge.org, but I yanked it > > because it got outdated in syntax and philosophy. There will be > > another sooner or later - probably later (sorry). > > > >> > >> thanks > >> _______________________________________________ > >> rspec-users mailing list > >> rspec-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/rspec-users > >> > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On May 11, 2007, at 5:27 PM, David Chelimsky wrote:> On 5/11/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote: >> >> I''d update it. Is it still in the webgen source tree? > > That''s a really generous offer Scott, but I''d just as soon let that > dog rest in peace and replace it with something that is more up to > date in philosophy as well as syntax.What in philosophy has changed? Scott
On 5/11/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote:> > On May 11, 2007, at 5:27 PM, David Chelimsky wrote: > > > On 5/11/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote: > >> > >> I''d update it. Is it still in the webgen source tree? > > > > That''s a really generous offer Scott, but I''d just as soon let that > > dog rest in peace and replace it with something that is more up to > > date in philosophy as well as syntax. > > What in philosophy has changed?Too much focus on context. That''s one approach. ObjectMother is another approach. Both have value and should get equal time. I''m sure there are other things as well - but that''s one issue.> > Scott > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On 5/11/07, Bolo <malavoi at gmail.com> wrote:> Hello, Hello > > Where i can found a good tutorial about Rspec ?I''ve just posted Part I of an introductory tutorial. http://blog.davidchelimsky.net/articles/2007/05/14/an-introduction-to-rspec-part-i I would love some feedback, but please provide it on the blog itself, rather than in this thread. Cheers, David> > thanks > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Thanks Le 14 mai 07 ? 09:25, David Chelimsky a ?crit :> On 5/11/07, Bolo <malavoi at gmail.com> wrote: >> Hello, Hello >> >> Where i can found a good tutorial about Rspec ? > > I''ve just posted Part I of an introductory tutorial. > > http://blog.davidchelimsky.net/articles/2007/05/14/an-introduction- > to-rspec-part-i > > I would love some feedback, but please provide it on the blog itself, > rather than in this thread. > > Cheers, > David > >> >> thanks >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users