Re: [rspec-users] Re-executing rspec tests in existing JRuby container

2011-05-11 Thread David Chelimsky
There was a similar issue reported to rspec-core that has some more info: https://github.com/rspec/rspec-core/issues/359 Cheers, David On May 11, 2011, at 2:45 PM, Nathan Voxland wrote: > I'll take a look at that. > > Nathan > > On May 7, 9:56 am, David Chelimsky wrote: >> On May 7, 2011, at

Re: [rspec-users] Re-executing rspec tests in existing JRuby container

2011-05-11 Thread Nathan Voxland
I'll take a look at that. Nathan On May 7, 9:56 am, David Chelimsky wrote: > On May 7, 2011, at 9:38 AM, David Chelimsky wrote: > > > > > > > > > > > On May 4, 2011, at 2:29 PM, Nathan Voxland wrote: > > >> I have a JRuby Servlet environment very much like the "Parse Once, > >> Eval Many Times o

Re: [rspec-users] Re-executing rspec tests in existing JRuby container

2011-05-07 Thread David Chelimsky
On May 7, 2011, at 9:38 AM, David Chelimsky wrote: > On May 4, 2011, at 2:29 PM, Nathan Voxland wrote: > >> I have a JRuby Servlet environment very much like the "Parse Once, >> Eval Many Times on Servlet" example at >> http://kenai.com/projects/jruby/pages/RedBridgeServletExamples. >> >> What

Re: [rspec-users] Re-executing rspec tests in existing JRuby container

2011-05-07 Thread David Chelimsky
On May 4, 2011, at 2:29 PM, Nathan Voxland wrote: > I have a JRuby Servlet environment very much like the "Parse Once, > Eval Many Times on Servlet" example at > http://kenai.com/projects/jruby/pages/RedBridgeServletExamples. > > What I am trying to do is execute an rspec test by hitting a URL >