Method: Minitest::Expectations#refute_pattern
- Defined in:
- lib/minitest/expectations.rb
#refute_pattern ⇒ Object
See Minitest::Assertions#refute_pattern_match
_ { ... }.wont_pattern_match [...]
:method: wont_pattern_match
302 |
# File 'lib/minitest/expectations.rb', line 302 infect_an_assertion :refute_pattern, :wont_pattern_match, :block |