simp-core
simp-core copied to clipboard
Remove use of File.exists? and Dir.exists?
Calls to exists? should be replaced with exist? for compatibility with Ruby 3.
- https://github.com/simp/simp-core/blob/ae3ed99c9190c3431b4c9962d9a1f4e18f276c8d/spec/acceptance/helpers/repo_helper.rb#L12
- https://github.com/simp/simp-core/blob/ae3ed99c9190c3431b4c9962d9a1f4e18f276c8d/spec/acceptance/helpers/repo_helper.rb#L134
- https://github.com/simp/simp-core/blob/ae3ed99c9190c3431b4c9962d9a1f4e18f276c8d/spec/acceptance/helpers/repo_helper.rb#L140