thoughtbot / shoulda-context

Shoulda Context makes it easy to write understandable and maintainable tests under Minitest and Test::Unit within Rails projects or plain Ruby projects.
MIT License
239 stars 58 forks source link

Use File.exist? #70

Closed voxik closed 1 year ago

voxik commented 1 year ago

File.exists? was deprecated while ago and removed in Ruby 3.2.

https://bugs.ruby-lang.org/issues/17391 https://github.com/ruby/ruby/pull/5352