Re: [rspec-users] With RSpec 1.2.4, autospec runs twice

2009-04-22 Thread David Chelimsky
On Wed, Apr 22, 2009 at 11:12 AM, Charles Grindel wrote: > I did.  BTW, I ended up digging into the issue and posted a patch for the > issue in the bug listed below.  In short, DrbCommandLine.run is returning > nil even if the running against Drb server succeeds.  This causes the logic > in Spec::

Re: [rspec-users] With RSpec 1.2.4, autospec runs twice

2009-04-22 Thread Charles Grindel
I did. BTW, I ended up digging into the issue and posted a patch for the issue in the bug listed below. In short, DrbCommandLine.run is returning nil even if the running against Drb server succeeds. This causes the logic in Spec::Runner::OptionParser.parse_drb to return false which in turn cause

Re: [rspec-users] With RSpec 1.2.4, autospec runs twice

2009-04-22 Thread David Chelimsky
On Wed, Apr 22, 2009 at 8:29 AM, Charles Grindel wrote: > Hi, > > I created a ticket for this in Lighthouse > (https://rspec.lighthouseapp.com/projects/5645/tickets/797-with-rspec-124-autospec-runs-twice). > However, I wanted to throw this out to the mailing list.  Has anyone else > run into this