s-espinosa / demonight

0 stars 3 forks source link

Comment out deprecated config #204

Closed s-espinosa closed 4 years ago

s-espinosa commented 4 years ago

Existing config was throwing this warning when running tests.

DEPRECATION WARNING: ActiveSupport.halt_callback_chains_on_return_false= is deprecated and will be removed in Rails 5.2.

This PR comments out that setting. Do not believe it impacts app behavior.