Class: Minitest::Spec::ExpectSyntaxForBlock

Inherits:
ExpectSyntax
  • Object
show all
Defined in:
lib/minitest/spec/expect_syntax_for_block.rb

Constant Summary collapse

BLOCK_PASSING_EXPECTATION_REGEXES =
[/silent/, /output/, /raise/, /throw/]