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

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

2011-05-06 Thread Nathan Voxland
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 mapped to my JRuby servlet. I get an expected error the first