rubocop / minitest-style-guide

Best practices for writing your tests
https://minitest.rubystyle.guide
69 stars 15 forks source link

Add "Assert Path Exists" and "Refute Path Exists" rules #31

Closed fatkodima closed 4 years ago

fatkodima commented 4 years ago

http://docs.seattlerb.org/minitest/Minitest/Assertions.html#method-i-assert_path_exists

koic commented 4 years ago

Thanks!