[rspec-users] Specs with -X fail

2007-10-24 Thread Steve
I have some specs that run just fine using rake spec:controllers or script/spec spec/controllers but if I run script/spec spec/controllers -X with the spec server running, I end up getting some mocks that fail saying expected once, and being called twice. Any ideas what would cause this kind of

Re: [rspec-users] Specs with -X fail

2007-10-24 Thread Scott Taylor
On Oct 24, 2007, at 9:03 PM, Steve wrote: I have some specs that run just fine using rake spec:controllers or script/spec spec/controllers but if I run script/spec spec/ controllers -X with the spec server running, I end up getting some mocks that fail saying expected once, and being

Re: [rspec-users] Specs with -X fail

2007-10-24 Thread Steve
On Wed, 24 Oct 2007 21:36:15 -0400, Scott Taylor wrote: Did you try restarting the drb server? Scott Yes. Multiple times. Exact same results each time. ___ rspec-users mailing list rspec-users@rubyforge.org

Re: [rspec-users] Specs with -X fail

2007-10-24 Thread Scott Taylor
On Oct 24, 2007, at 9:53 PM, Steve wrote: On Wed, 24 Oct 2007 21:36:15 -0400, Scott Taylor wrote: Did you try restarting the drb server? Scott Yes. Multiple times. Exact same results each time. Well, I guess you'll probably need to give us the following: What versions of the following: