Re: [rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-27 Thread Matt Wynne
On 27 May 2009, at 22:03, Scott Taylor wrote: On May 27, 2009, at 4:59 PM, Matt Wynne wrote: On 27 May 2009, at 14:36, Scott Taylor wrote: David Chelimsky wrote: On Fri, May 1, 2009 at 12:26 PM, Matt Wynne wrote: I'm creating a class in my spec file to test out a module, but when I

Re: [rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-27 Thread Scott Taylor
On May 27, 2009, at 4:59 PM, Matt Wynne wrote: On 27 May 2009, at 14:36, Scott Taylor wrote: David Chelimsky wrote: On Fri, May 1, 2009 at 12:26 PM, Matt Wynne wrote: I'm creating a class in my spec file to test out a module, but when I run the spec a second time in spec_server, I ge

Re: [rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-27 Thread Matt Wynne
On 27 May 2009, at 14:36, Scott Taylor wrote: David Chelimsky wrote: On Fri, May 1, 2009 at 12:26 PM, Matt Wynne wrote: I'm creating a class in my spec file to test out a module, but when I run the spec a second time in spec_server, I get the error above. I presume this is because rail

Re: [rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-27 Thread Scott Taylor
David Chelimsky wrote: On Fri, May 1, 2009 at 12:26 PM, Matt Wynne wrote: I'm creating a class in my spec file to test out a module, but when I run the spec a second time in spec_server, I get the error above. I presume this is because rails is un-loading the class, and it's not getting re-

Re: [rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-27 Thread Matt Wynne
On 27 May 2009, at 09:26, David Chelimsky wrote: On Fri, May 1, 2009 at 12:26 PM, Matt Wynne wrote: I'm creating a class in my spec file to test out a module, but when I run the spec a second time in spec_server, I get the error above. I presume this is because rails is un-loading the cla

Re: [rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-27 Thread David Chelimsky
On Fri, May 1, 2009 at 12:26 PM, Matt Wynne wrote: > I'm creating a class in my spec file to test out a module, but when I run > the spec a second time in spec_server, I get the error above. > > I presume this is because rails is un-loading the class, and it's not > getting re-loaded properly as i

Re: [rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-01 Thread David Chelimsky
On Fri, May 1, 2009 at 11:52 AM, Matt Wynne wrote: > > On 1 May 2009, at 15:05, David Chelimsky wrote: > >> On Fri, May 1, 2009 at 8:42 AM, Matt Wynne >> wrote: >>> >>> I'm creating a class in my spec file to test out a module, but when I run >>> the spec a second time in spec_server, I get the e

Re: [rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-01 Thread Matt Wynne
On 1 May 2009, at 15:05, David Chelimsky wrote: On Fri, May 1, 2009 at 8:42 AM, Matt Wynne > wrote: I'm creating a class in my spec file to test out a module, but when I run the spec a second time in spec_server, I get the error above. I presume this is because rails is un-loading the class,

[rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-01 Thread Matt Wynne
I'm creating a class in my spec file to test out a module, but when I run the spec a second time in spec_server, I get the error above. I presume this is because rails is un-loading the class, and it's not getting re-loaded properly as it doesn't have its own file in the conventional place.

Re: [rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-01 Thread David Chelimsky
On Fri, May 1, 2009 at 8:42 AM, Matt Wynne wrote: > I'm creating a class in my spec file to test out a module, but when I run > the spec a second time in spec_server, I get the error above. > > I presume this is because rails is un-loading the class, and it's not > getting re-loaded properly. > >

[rspec-users] [rspec]spec_server: already initialized constant MyTestClass

2009-05-01 Thread Matt Wynne
I'm creating a class in my spec file to test out a module, but when I run the spec a second time in spec_server, I get the error above. I presume this is because rails is un-loading the class, and it's not getting re-loaded properly. Does anyone have a nice workaround for this? cheers, Mat