pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 469 forks source link

fix: convert File.exists? to File.exist? #1232

Closed graaff closed 1 year ago

graaff commented 2 years ago

File.exists? is deprecated and issues warning messages when run. One instance was already updates in f4973b4ab172d222df57972780935d4fa47ef730 for #1211. This commit updates the remaining use of File.exists?

pat commented 1 year ago

Closing in favour of #1233, which takes your commit and then fixes my poor approach to tests that was getting in the way of your builds passing.