Here''s an excellent blog post on Story Runner, which will be part of the next release and is undergoing active development in trunk: http://evang.eli.st/blog/2007/9/1/user-stories-with-rspec-s-story-runner
On 9/2/07, David Chelimsky <dchelimsky at gmail.com> wrote:> Here''s an excellent blog post on Story Runner, which will be part of > the next release and is undergoing active development in trunk: > > http://evang.eli.st/blog/2007/9/1/user-stories-with-rspec-s-story-runner > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >I''ve updated it to include the output from the integration test and Story Runner. Pat
Pat, if you update from trunk and re-run the formatter, you''ll get Given ... And ... instead of Given ... Given ... in the output. Great write-up - thanks for taking the time. Cheers, Dan Pat Maddox wrote:> On 9/2/07, David Chelimsky <dchelimsky at gmail.com> wrote: > >> Here''s an excellent blog post on Story Runner, which will be part of >> the next release and is undergoing active development in trunk: >> >> http://evang.eli.st/blog/2007/9/1/user-stories-with-rspec-s-story-runner >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> >> > > I''ve updated it to include the output from the integration test and > Story Runner. > > Pat > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070903/770c39f5/attachment.html
Hey Dan, I noticed it now becomes "Given...And...Given...And...Given....When....Then...And...Then...And" Desired behavior? Seems a bit strange...I prefer the consistency of "Given...Given...Given" though I think "Given...And...And" would be more natural. Pat On 9/3/07, Dan North <dan at tastapod.com> wrote:> > Pat, if you update from trunk and re-run the formatter, you''ll get Given > ... And ... instead of Given ... Given ... in the output. > > Great write-up - thanks for taking the time. > > Cheers, > Dan > > Pat Maddox wrote: > On 9/2/07, David Chelimsky <dchelimsky at gmail.com> wrote: > > > Here''s an excellent blog post on Story Runner, which will be part of > the next release and is undergoing active development in trunk: > > http://evang.eli.st/blog/2007/9/1/user-stories-with-rspec-s-story-runner > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > > > I''ve updated it to include the output from the integration test and > Story Runner. > > Pat > _______________________________________________ > 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 >
Oops. That sounds like a bug. Pat Maddox wrote:> Hey Dan, > > I noticed it now becomes > "Given...And...Given...And...Given....When....Then...And...Then...And" > > Desired behavior? Seems a bit strange...I prefer the consistency of > "Given...Given...Given" though I think "Given...And...And" would be > more natural. > > Pat > > On 9/3/07, Dan North <dan at tastapod.com> wrote: > >> Pat, if you update from trunk and re-run the formatter, you''ll get Given >> ... And ... instead of Given ... Given ... in the output. >> >> Great write-up - thanks for taking the time. >> >> Cheers, >> Dan >> >> Pat Maddox wrote: >> On 9/2/07, David Chelimsky <dchelimsky at gmail.com> wrote: >> >> >> Here''s an excellent blog post on Story Runner, which will be part of >> the next release and is undergoing active development in trunk: >> >> http://evang.eli.st/blog/2007/9/1/user-stories-with-rspec-s-story-runner >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> >> >> I''ve updated it to include the output from the integration test and >> Story Runner. >> >> Pat >> _______________________________________________ >> 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070903/d4d0c2fa/attachment.html
Fixed. Sorry about that. Pat Maddox wrote:> Hey Dan, > > I noticed it now becomes > "Given...And...Given...And...Given....When....Then...And...Then...And" > > Desired behavior? Seems a bit strange...I prefer the consistency of > "Given...Given...Given" though I think "Given...And...And" would be > more natural. > > Pat > > On 9/3/07, Dan North <dan at tastapod.com> wrote: > >> Pat, if you update from trunk and re-run the formatter, you''ll get Given >> ... And ... instead of Given ... Given ... in the output. >> >> Great write-up - thanks for taking the time. >> >> Cheers, >> Dan >> >> Pat Maddox wrote: >> On 9/2/07, David Chelimsky <dchelimsky at gmail.com> wrote: >> >> >> Here''s an excellent blog post on Story Runner, which will be part of >> the next release and is undergoing active development in trunk: >> >> http://evang.eli.st/blog/2007/9/1/user-stories-with-rspec-s-story-runner >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> >> >> I''ve updated it to include the output from the integration test and >> Story Runner. >> >> Pat >> _______________________________________________ >> 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070903/308bf9e5/attachment-0001.html
Cool, I appreciate it. Updated the post to reflect your changes. Pat On 9/3/07, Dan North <dan at tastapod.com> wrote:> > Fixed. Sorry about that. > > > > Pat Maddox wrote: > Hey Dan, > > I noticed it now becomes > "Given...And...Given...And...Given....When....Then...And...Then...And" > > Desired behavior? Seems a bit strange...I prefer the consistency of > "Given...Given...Given" though I think "Given...And...And" would be > more natural. > > Pat > > On 9/3/07, Dan North <dan at tastapod.com> wrote: > > > Pat, if you update from trunk and re-run the formatter, you''ll get Given > ... And ... instead of Given ... Given ... in the output. > > Great write-up - thanks for taking the time. > > Cheers, > Dan > > Pat Maddox wrote: > On 9/2/07, David Chelimsky <dchelimsky at gmail.com> wrote: > > > Here''s an excellent blog post on Story Runner, which will be part of > the next release and is undergoing active development in trunk: > > http://evang.eli.st/blog/2007/9/1/user-stories-with-rspec-s-story-runner > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > > > I''ve updated it to include the output from the integration test and > Story Runner. > > Pat > _______________________________________________ > 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 > > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >