#pending works when creating a step for a plain text story, but adding text to the method call doesn''t spit it out in the output. Is this a bug, or are we doing something wrong? Then("blah") do pending "waiting for implementation details" end -corey -- http://www.coreyhaines.com The Internet''s Premiere source of information about Corey Haines -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080325/8a0fd078/attachment.html
On Tue, Mar 25, 2008 at 4:54 PM, Corey Haines <coreyhaines at gmail.com> wrote:> #pending works when creating a step for a plain text story, but adding text > to the method call doesn''t spit it out in the output. Is this a bug, or are > we doing something wrong?Let''s call it a missing feature :)> > Then("blah") do > pending "waiting for implementation details" > end > > -corey > > -- > http://www.coreyhaines.com > The Internet''s Premiere source of information about Corey Haines > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On Wed, Mar 26, 2008 at 8:23 AM, David Chelimsky <dchelimsky at gmail.com> wrote:> On Tue, Mar 25, 2008 at 4:54 PM, Corey Haines <coreyhaines at gmail.com> > wrote: > > #pending works when creating a step for a plain text story, but adding > text > > to the method call doesn''t spit it out in the output. Is this a bug, or > are > > we doing something wrong? > > Let''s call it a missing feature :) > >Sounds good. That shouldn''t be too hard to patch. I''ll look into adding it to my list (now consisting of two things) to look at. Thanks. -Corey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080326/c79c51b3/attachment.html