JRuby, RSpec, rcov

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.

On Mon, Apr 21, 2008 at 4:05 PM, [email protected] 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

[email protected] 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 eigenclass.org and
    extract the archive
  2. jruby -S setup.rb all --without-ext
  3. Change shebang of /bin/rcov to #!/usr/bin/env jruby
  4. rcov script.rb should work now (warning appears, that no extensions
    are installed)