Re: [rspec-users] 'Expected NoMethodError, got NameError'

2010-01-05 Thread Rick DeNatale
On Tue, Jan 5, 2010 at 11:16 AM, David Chelimsky wrote: > On Tue, Jan 5, 2010 at 7:35 AM, Andrew Premdas wrote: >> Anyhow thanks once again for all your wonderful work on rspec and on this >> mailing list it really is very much appreciated. > > Thank you for saying so. Appreciation is always appr

Re: [rspec-users] 'Expected NoMethodError, got NameError'

2010-01-05 Thread David Chelimsky
On Tue, Jan 5, 2010 at 7:35 AM, Andrew Premdas wrote: > 2010/1/4 David Chelimsky > > On Mon, Jan 4, 2010 at 2:57 PM, Andrew Premdas wrote: >> >>> 2009/12/30 Paul Hinze >>> >>> Given this simple cucumber feature (related to another rspec bug I am working on): http://gist.github.

Re: [rspec-users] 'Expected NoMethodError, got NameError'

2010-01-05 Thread Andrew Premdas
2010/1/4 David Chelimsky > On Mon, Jan 4, 2010 at 2:57 PM, Andrew Premdas wrote: > >> 2009/12/30 Paul Hinze >> >> Given this simple cucumber feature (related to another rspec bug I am >>> working on): >>> >>> http://gist.github.com/266335 >>> >>> I'm fighting with this error messages that _onl

Re: [rspec-users] 'Expected NoMethodError, got NameError'

2010-01-05 Thread David Chelimsky
On Mon, Jan 4, 2010 at 3:00 PM, David Chelimsky wrote: > >>> >>> http://github.com/dchelimsky/rspec/blob/master/lib/spec/mocks/proxy.rb#L117 >> >> >> This method is really unpleasant, perhaps some standard refactorings to >> remove the complex conditional conditions and remove the nested if's woul

Re: [rspec-users] 'Expected NoMethodError, got NameError'

2010-01-04 Thread David Chelimsky
On Mon, Jan 4, 2010 at 2:57 PM, Andrew Premdas wrote: > 2009/12/30 Paul Hinze > > Given this simple cucumber feature (related to another rspec bug I am >> working on): >> >> http://gist.github.com/266335 >> >> I'm fighting with this error messages that _only_ shows up in certain >> situations t

Re: [rspec-users] 'Expected NoMethodError, got NameError'

2010-01-04 Thread Andrew Premdas
2009/12/30 Paul Hinze > Given this simple cucumber feature (related to another rspec bug I am > working on): > > http://gist.github.com/266335 > > I'm fighting with this error messages that _only_ shows up in certain > situations that I can't quite pin down (rake features breaks, individual > cu

Re: [rspec-users] 'Expected NoMethodError, got NameError'

2010-01-04 Thread Tom Stuart
On 30 Dec 2009, at 21:04, Paul Hinze wrote: > I'm fighting with this error messages that _only_ shows up in certain > situations that I can't quite pin down Sounds eerily familiar: http://yehudakatz.com/2010/01/02/the-craziest-fing-bug-ive-ever-seen/ Cheers, -Tom ___

[rspec-users] 'Expected NoMethodError, got NameError'

2009-12-30 Thread Paul Hinze
Given this simple cucumber feature (related to another rspec bug I am working on): http://gist.github.com/266335 I'm fighting with this error messages that _only_ shows up in certain situations that I can't quite pin down (rake features breaks, individual cucumber run works, rake with debugger