[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
Thu Apr 22 00:07:39 EDT 2010
Bugs item #27502, was opened at 2009-12-01 10:25
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27502&group_id=126
Category: `gem install` command
>Group: v1.3.x
>Status: Closed
Resolution: Rejected
Priority: 3
Submitted By: Jan Wedekind (wedesoft)
Assigned to: Eric Hodel (drbrain)
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>
----------------------------------------------------------------------
Comment By: Jan Wedekind (wedesoft)
Date: 2009-12-01 17:46
Message:
Thanks for your swift response
----------------------------------------------------------------------
Comment By: Ryan Davis (zenspider)
Date: 2009-12-01 16:35
Message:
We're going to remove -t support from the install command. We simply can't support it since every test framework works differently. I'll file a new ticket to remove -t.
----------------------------------------------------------------------
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