demarches-normaliennes/spec/features
Pierre de La Morinerie f131dbb80d instructeurs: make the create form not using email directly
Before the form attempted to read an email value from the Instructeur
model, and failed (because the empty Instructeur had no user yet).

We could let `Instructeur#email` return `nil` if there is no User –
but as a created Instructeur is always supposed to have a User, this
seems like a nice safeguard to keep.

So instead this commit rewrites the create form, which now doesn’t
depend on an Instructeur model. Seems easy enough for now.
2019-11-04 10:44:24 +01:00
..
admin procedure: make the layout more similar to the mockup 2019-10-31 10:27:19 +01:00
france_connect auth: move the FranceConnect button to a partial 2019-04-03 16:08:09 +02:00
instructeurs instructeurs: make the create form not using email directly 2019-11-04 10:44:24 +01:00
new_administrateur Spec: sign_in with administrateur.user 2019-08-14 15:08:14 +02:00
routing full_scenario extended with notifications controle 2019-10-25 09:42:17 +02:00
sessions Spec: specify locked logic 2019-08-16 16:48:22 +02:00
users views: refactor the attachment/edit view 2019-10-31 10:27:19 +01:00
help_spec.rb Spec: sign_in with instructeur.user 2019-08-13 15:15:16 +02:00