clearance icon indicating copy to clipboard operation
clearance copied to clipboard

Fix test deprecation warnings

Open louis-antonopoulos opened this issue 1 year ago • 1 comments

This PR:

  • Addresses two different deprecation warnings that appear when running tests:
DEPRECATION WARNING: The `exist` matcher overrides one built-in by RSpec; 
use `expect(Pathname.new(path)).to exist` instead
DEPRECATION WARNING: Using legacy connection handling is deprecated. 
Please set `legacy_connection_handling` to `false` in your application.

louis-antonopoulos avatar May 08 '24 16:05 louis-antonopoulos

I believe CI is failing here due to the issues resolved by #1017.

louis-antonopoulos avatar May 08 '24 17:05 louis-antonopoulos