[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 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
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to