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