You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of referencing ActionController::TestCase directly during boot,
we can use a lazy load hook to apply our mixins if it is loaded later.
The action_controller_test_case load hook was added in Rails 5.1, and
the run_once option was added in Rails 5.2. I've left the behaviour
unchanged for older Rails versions where they're not available.
0 commit comments