Do you guys know of any working version combination of JRuby, RSpec and rcov? Doesn''t look like rcov 0.8.1.2, RSpec 1.1.3, JRuby 1.1 is one of them. -- Alexander
On Mon, Apr 21, 2008 at 4:05 PM, <alexander.lystad at finntech.no> wrote:> Do you guys know of any working version combination of JRuby, RSpec and > rcov? Doesn''t look like rcov 0.8.1.2, RSpec 1.1.3, JRuby 1.1 is one of > them. >Have you tried JRuby 1.1 + RCov 0.8.1.2 in pure mode (without RSpec?) Aslak> > -- > Alexander > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
alexander.lystad at finntech.no skrev:> Do you guys know of any working version combination of JRuby, RSpec and > rcov? Doesn''t look like rcov 0.8.1.2, RSpec 1.1.3, JRuby 1.1 is one of > them.I can confirm that this combination works like a charm. As Tobias Torkler posted 17.03.2008: 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 3. Change shebang of <jruby-dir>/bin/rcov to #!/usr/bin/env jruby 4. rcov script.rb should work now (warning appears, that no extensions are installed) -- T. Alexander Lystad