rubyforgood / pet-rescue

Pet Rescue is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.
MIT License
57 stars 95 forks source link

Fix deprecation warnings for Action Dispatch #830

Closed mononoken closed 2 months ago

mononoken commented 2 months ago

Description

The test suite is currently reporting some deprecation warnings:

DEPRECATION WARNING: Setting action_dispatch.show_exceptions to false is deprecated. Set to :none instead. (called from block (4 levels) in <class:InvitationsControllerTest> at .../pet-rescue/feature/test/controllers/organizations/staff/invitations_controller_test.rb:54)

DEPRECATION WARNING: Setting action_dispatch.show_exceptions to false is deprecated. Set to :none instead. (called from block (4 levels) in <class:InvitationsControllerTest> at .../pet-rescue/feature/test/controllers/organizations/staff/invitations_controller_test.rb:54)

Acceptance criteria