Remove more obsolete Devise code

The initializer was a no-op override after our Devise upgrade
This commit is contained in:
2026-08-10 17:01:36 -06:00
parent 89423ecf84
commit 6cc35f07eb
2 changed files with 0 additions and 12 deletions
-1
View File
@@ -63,7 +63,6 @@ Warden `Test::Helpers`, DatabaseCleaner (transactional fixtures **off**), ViewCo
and assert on DB rows / `enqueued_jobs`.
- **Request/component/mailer/job/model/helper** specs in matching `spec/` subdirs.
Fixtures live in `spec/fixtures/`; factories in `spec/factories/`.
- `spec_helper.rb` reloads routes before each `type: :controller` spec (Devise + Rails 8 workaround).
## Notes & gotchas