Re: [rspec-users] Stubbing corner case

2011-05-02 Thread Doug McInnes
On Apr 25, 2011, at 10:51 AM, Doug McInnes wrote: > Sure! > Here's the Gist: > > https://gist.github.com/940868 > > It's works in Rspec 2.5.1, but not in Rspec 1.3.2 > > Doug > > > On Apr 23, 2011, at 3:00 PM, David Chelimsky wrote: > >> On Apr 22, 2011, at 4:58 PM, Doug McInnes wrote: >>

Re: [rspec-users] Stubbing corner case

2011-04-25 Thread Doug McInnes
Sure! Here's the Gist: https://gist.github.com/940868 It's works in Rspec 2.5.1, but not in Rspec 1.3.2 Doug On Apr 23, 2011, at 3:00 PM, David Chelimsky wrote: > On Apr 22, 2011, at 4:58 PM, Doug McInnes wrote: > >> Hi! >> >> I was just talking to @dchelimsky over Twitter about a weird cor

Re: [rspec-users] Stubbing corner case

2011-04-23 Thread David Chelimsky
On Apr 22, 2011, at 4:58 PM, Doug McInnes wrote: > Hi! > > I was just talking to @dchelimsky over Twitter about a weird corner case > we've run into on 1.3.1 (I've also been able to reproduce it in 1.3.2) > > So we're using this gem called ClassyStruct that's a higher performing > OpenStruct:

[rspec-users] Stubbing corner case

2011-04-23 Thread Doug McInnes
Hi! I was just talking to @dchelimsky over Twitter about a weird corner case we've run into on 1.3.1 (I've also been able to reproduce it in 1.3.2) So we're using this gem called ClassyStruct that's a higher performing OpenStruct: https://github.com/amikula/classy_struct Basically it acts the