Re: [rspec-users] Smart mocks for ActiveRecord to speed up tests

2012-04-15 Thread David Chelimsky
On Sunday, April 15, 2012 at 9:23 PM, Rodrigo Rosenfeld Rosas wrote: > Em 14-04-2012 10:11, David Chelimsky escreveu: > > On Friday, April 13, 2012 at 2:09 PM, Rodrigo Rosenfeld Rosas wrote: > > > Hello old friends, I'm getting back to Rails and Ruby programming full > > > time again (Yay!) > > >

Re: [rspec-users] RSpec exactly behavior (it doesn't exactly fail)

2012-04-15 Thread David Chelimsky
Sorry about that. I don't always jump on things like that, but this one was bugging me and I had the time so I just did it. That doesn't always happen :) I look forward to your future contributions. Cheers, David -- David Chelimsky Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On S

Re: [rspec-users] RSpec exactly behavior (it doesn't exactly fail)

2012-04-15 Thread Bas Vodde
Hiya, Kewl, thanks! (To be honest, I was a bit disapointed as I was thinking of doing it myself and sending it to you :P) Anyways, much appreciated! Bas On 16-Apr-2012, at 10:14 AM, David Chelimsky wrote: > Actually I just went ahead and fixed it sans-bug report: > https://github.com/rspec

Re: [rspec-users] Smart mocks for ActiveRecord to speed up tests

2012-04-15 Thread Rodrigo Rosenfeld Rosas
Em 14-04-2012 10:11, David Chelimsky escreveu: On Friday, April 13, 2012 at 2:09 PM, Rodrigo Rosenfeld Rosas wrote: Hello old friends, I'm getting back to Rails and Ruby programming full time again (Yay!) I've stopped doing Rails programming to work with Grails in 2009 after 2 years working w

Re: [rspec-users] RSpec exactly behavior (it doesn't exactly fail)

2012-04-15 Thread David Chelimsky
Actually I just went ahead and fixed it sans-bug report: https://github.com/rspec/rspec-mocks/commit/fb9c76c2e40b4b25f4dcc5de95f8c60319b6d9c1. It'll be fixed in the next release (2.10). Cheers, David -- David Chelimsky Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Sunday, April

Re: [rspec-users] SOAP / VCR / General Advice

2012-04-15 Thread Justin Ko
Sent from my iPhone On Apr 15, 2012, at 4:04 PM, Michael Guterl wrote: > On Fri, Apr 13, 2012 at 2:24 AM, Justin Ko wrote: >> >> On Apr 11, 2012, at 7:08 AM, Michael Guterl wrote: >> >>> I'm building a ruby wrapper for a SOAP service using savon and I'm >>> running into some issues with tes

Re: [rspec-users] SOAP / VCR / General Advice

2012-04-15 Thread Michael Guterl
On Fri, Apr 13, 2012 at 2:24 AM, Justin Ko wrote: > > On Apr 11, 2012, at 7:08 AM, Michael Guterl wrote: > >> I'm building a ruby wrapper for a SOAP service using savon and I'm >> running into some issues with testing and I would love some feedback. >> I have added some tests with the help of VCR,

Re: [rspec-users] RSpec exactly behavior (it doesn't exactly fail)

2012-04-15 Thread David Chelimsky
On Sunday, April 15, 2012 at 1:32 AM, Bas Vodde wrote: > > Hiya all, > > I've got a quick question related to RSpec. I was test-driving some code and > ended up in an endless loop. I was surprised by this, but traced it down to > the mock not failing on additional calls but only in the end. Let