demarches-normaliennes/spec
Pierre de La Morinerie e5f449b595 devise: unify password reset views
By default, Devise will look for views:

1. First in `views/resource/passwords/…`,
2. Then in `views/devise/passwords/…` if not found.

By moving the views to `views/devise`, we avoid having a partial in
`views/shared` that we need to include manually, and instead let Devise
do the job automatically.
2021-09-09 09:40:40 -05:00
..
controllers devise: use password_strength component in SuperAdmin::PasswordsController 2021-09-09 09:40:39 -05:00
factories fix(virus scan): prevent virus scans in specs 2021-09-07 14:21:48 +02:00
features devise: unify password reset views 2021-09-09 09:40:40 -05:00
fixtures fix encoding problems with cherlock Holmes gem 2021-07-13 10:58:41 +02:00
helpers add spec for archive weight estimation 2021-06-09 10:52:38 +02:00
jobs Prevent double processing of declarative dossiers 2021-06-04 17:55:40 +02:00
lib lib: remove the 'migrated' key on filters 2021-08-24 08:42:22 -05:00
mailers feat(dossier): add dossier transfer models 2021-09-08 14:39:46 +02:00
middlewares specs: always require rails_helper 2020-03-31 12:48:32 +02:00
models models: improve password complexity specs 2021-09-09 09:40:39 -05:00
policies policies: fix champ policy for guest users 2020-04-02 11:27:14 +02:00
serializers Add compatibility cadsatre layer with old API GEO 2021-05-24 11:57:00 +02:00
services add test to dossier_projection_service 2021-09-07 15:17:06 +02:00
support devise: use password_strength component in SuperAdmin::PasswordsController 2021-09-09 09:40:39 -05:00
views feat(dossier): add dossier transfers UI 2021-09-08 15:10:43 +02:00
rails_helper.rb replace deprecated axe-matchers by axe-core-spec 2021-08-24 08:09:17 -05:00
spec_helper.rb Chore(test): enable rspec only-failures support 2021-04-15 14:17:39 +02:00