[rspec-users] How do you use pending in RSpec?

2009-03-12 Thread Bill Venners
ing stuff now that it works (I may be wrong). it "should say foo" do pending("get the vocal chords working") do subject.should say("foo") end end Which of these forms do you find the most useful in practice, and are there any that you think wou

Re: [rspec-users] How do you use pending in RSpec?

2009-03-12 Thread Bill Venners
Hi Aslak and Scott, Thanks for your replies. I have a couple quick follow up questions. On Thu, Mar 12, 2009 at 3:05 PM, aslak hellesoy wrote: > > > On Thu, Mar 12, 2009 at 10:50 PM, Bill Venners wrote: >> >> Hi All, >> >> I've been working on BDD

Re: [rspec-users] How do you use pending in RSpec?

2009-03-13 Thread Bill Venners
ill On Fri, Mar 13, 2009 at 8:07 AM, Matt Wynne wrote: > > On 12 Mar 2009, at 23:23, Bill Venners wrote: > >> I guess I'm curious: >> >> 1) How important is it to you to be able to just "strike out" the >> lines of code within an example that are