On Sep 27, 2008, at 17:02 , James Gray wrote:

> Bug #607: Mini/Unit Break assert_send()
> http://redmine.ruby-lang.org/issues/show/607
>
> Author: James Gray
> Status: Open, Priority: Normal
> Category: lib
>
> $ cat bug.rb
> require "test/unit"
>
> class TestAssertSend < Test::Unit::TestCase
>  def test_bug
>    assert_send([1, :<, 2])
>  end
> end

DOH. stupid muscle memory... that is fixed and I'm looking into how/ 
why I don't have coverage on that in my tests.