Project

General

Profile

Actions

Backport #4368

closed

MiniTest::Assertions#assert_block ignores the given message.

Added by nobu (Nobuyoshi Nakada) about 13 years ago. Updated almost 13 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: Atom PDF

Like0
Like0Like0Like0Like0Like0