
new feature: gem check --test RedCloth
Reported by Stephen Bannasch | November 24th, 2008 @ 11:19 AM | in 4.1.9
I would be nice to be able to run the tests from the gem distribution.
I wanted to run the tests on the latest gem and the latest JRuby
and tried:
$ jruby -S gem list RedCloth
*** LOCAL GEMS ***
RedCloth (4.1.1)
$ jruby --version
jruby 1.1.5 (ruby 1.8.6 patchlevel 114) (2008-11-14 rev 6586) [i386-java]
$ jruby -S gem check --test RedCloth
/Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:38:in require': no such file to load -- helper (LoadError)
from /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/validator.rb:181:in
unit_test'
from /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/validator.rb:181:in each'
from /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/validator.rb:181:in
unit_test'
from /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/commands/check_command.rb:36:in execute'
from /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/command.rb:136:in
invoke'
from /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:105:in process_args'
from /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:75:in
run'
from /Users/stephen/dev/ruby/src/jruby.git/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:39:in `run'
from /Users/stephen/dev/ruby/src/jruby.git/bin/gem:24
Comments and changes to this ticket
-
Jason Garber December 3rd, 2008 @ 05:36 PM
- State changed from new to resolved
(from [0d28813da15d5963bd6c2ef705fdbd5d1fb284fc]) Fixed a require problem that caused an error when you would gem check --test RedCloth. [#91 state:resolved] http://github.com/jgarber/redclo...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML
People watching this ticket
Referenced by
-
91 new feature: gem check --test RedCloth (from [0d28813da15d5963bd6c2ef705fdbd5d1fb284fc]) Fixed a...