From: Nobuyoshi Nakada Date: 2011-02-05T03:23:11+09:00 Subject: [ruby-core:35093] [Ruby 1.9-Bug#4368][Assigned] MiniTest::Assertions#assert_block ignores the given message. Bug #4368: MiniTest::Assertions#assert_block ignores the given message. http://redmine.ruby-lang.org/issues/show/4368 Author: Nobuyoshi Nakada Status: Assigned, Priority: Normal Assigned to: Ryan Davis, Category: lib, Target version: 1.9.2 ruby -v: r30784 This method ignores the argument. def assert_block msg = nil assert yield, "Expected block to return true value." end ---------------------------------------- http://redmine.ruby-lang.org