[rspec-users] RSpec and RCov with JRuby

2008-03-17 Thread Tobias Torkler
Hi, I am using JRuby (trunk) and wrote a bunch of specifications for my code. Everything works fine so far. Now I am trying to integrate RCov in my test run. I have installed RCov without the C extensions. I tried it with a simple script and it worked (pretty slow, but it doesn´t matter). Bu

Re: [rspec-users] RSpec and RCov with JRuby

2008-03-17 Thread Tobias Torkler
:43 schrieb aslak hellesoy: > On Mon, Mar 17, 2008 at 1:27 PM, Tobias Torkler <[EMAIL PROTECTED] > > wrote: >> Hi, >> >> I am using JRuby (trunk) and wrote a bunch of specifications for my >> code. Everything works fine so far. >> Now I am trying to integ

Re: [rspec-users] RSpec and RCov with JRuby

2008-03-17 Thread Tobias Torkler
Ok, so the question is then why I don´t get an RCov report? Sorry for the "test run". Better call it an RSpec run? Am 17.03.2008 um 16:10 schrieb aslak hellesoy: > On Mon, Mar 17, 2008 at 3:50 PM, Tobias Torkler <[EMAIL PROTECTED] > > wrote: >> This is no

Re: [rspec-users] RSpec and RCov with JRuby

2008-03-17 Thread Tobias Torkler
schrieb aslak hellesoy: > On Mon, Mar 17, 2008 at 4:23 PM, Tobias Torkler <[EMAIL PROTECTED] > > wrote: >> Ok, so the question is then why I don´t get an RCov report? Sorry for >> the "test run". Better call it an RSpec run? >> > > RSpec run is muc

Re: [rspec-users] RSpec and RCov with JRuby

2008-03-17 Thread Tobias Torkler
17.03.2008 um 19:54 schrieb aslak hellesoy: > On Mon, Mar 17, 2008 at 5:47 PM, Tobias Torkler <[EMAIL PROTECTED] > > wrote: >> 1. Download http://eigenclass.org/static/rcov/rcov-0.8.1.2.tar.gz and >> extract the archive >> 2. jruby -S setup.rb all --without-ext >&g

Re: [rspec-users] RSpec and RCov with JRuby

2008-03-17 Thread Tobias Torkler
Issue is solved!!! I had a require 'test/unit' in my spec_helper.rb. I removed it and it works now. Am 17.03.2008 um 20:08 schrieb Tobias Torkler: > That´s right, sorry! There was a call and it will be fixed in RC3. > But you can checkout the sources (http://svn.codehaus.org/j