Method: Minitest::Expectations#refute_path_exists
- Defined in:
- lib/minitest/expectations.rb
permalink #refute_path_exists ⇒ Object
See Minitest::Assertions#refute_path_exists
_(some_path).path_wont_exist
:method: path_wont_exist
197 |
# File 'lib/minitest/expectations.rb', line 197 infect_an_assertion :refute_path_exists, :path_wont_exist, :unary |