[Rubygems-developers] [ rubygems-Bugs-27502 ] gem install -t mygem.gem results in "undefined method `passed?' for #<MiniTest::Unit:0x9594a00>"
noreply at rubyforge.org
noreply at rubyforge.org
Tue Dec 1 13:25:57 EST 2009
Bugs item #27502, was opened at 2009-12-01 18:25
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27502&group_id=126
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Jan Wedekind (wedesoft)
Assigned to: Nobody (None)
Summary: gem install -t mygem.gem results in "undefined method `passed?' for #<MiniTest::Unit:0x9594a00>"
Initial Comment:
I am using ruby-1.9.1-p243 and rubygems-1.3.5 under GNU/Linux.
# Using Ruby-1.8.6 the experimental gem works:
mkdir /tmp/malloc
cd /tmp/malloc
wget http://www.wedesoft.demon.co.uk/downloads/malloc.tar.bz2 # I've attached it to this bug report as well
tar xjf malloc.tar.bz2
make clean all && sudo make install
# Using Ruby-1.9.1-p243 running the test suite fails:
make clean all RUBY_VERSION=1.9 && make install RUBY_VERSION=1.9
# ...
# 3 tests, 11 assertions, 0 failures, 0 errors, 0 skips
# ERROR: While executing gem ... (NoMethodError)
# undefined method `passed?' for #<MiniTest::Unit:0x95c93a4>
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27502&group_id=126
More information about the Rubygems-developers
mailing list