Project

General

Profile

This project is closed and read-only.

Actions

Backport #4368

closed

MiniTest::Assertions#assert_block ignores the given message.

Backport #4368: MiniTest::Assertions#assert_block ignores the given message.

Added by nobu (Nobuyoshi Nakada) over 15 years ago. Updated over 15 years ago.

Status:
Closed
[ruby-core:35093]

Description

=begin
This method ignores the argument.

 def assert_block msg = nil
   assert yield, "Expected block to return true value."
 end

=end

Actions

Also available in: PDF Atom