ngauthier / capybara-slow_finder_errors

MIT License
212 stars 19 forks source link

Ruby 3.x compatibility #17

Closed kivikakk closed 2 years ago

kivikakk commented 2 years ago

**kwargs must be forwarded explicitly now. (We can't use ... syntax because we actually check args.first in the rescue block.)

ngauthier commented 2 years ago

Thanks!