demarches-normaliennes/spec/models
2022-10-11 11:50:41 +02:00
..
champs fix(iban): format iban after validation 2022-10-11 10:43:32 +02:00
concern feat(tags): replace regexp based parser with a parser combinator 2022-10-05 11:25:37 +02:00
logic add a test 2022-09-28 10:06:32 +02:00
types_de_champ add code insee libelle for commune export 2021-08-19 08:04:47 +02:00
administrateur_spec.rb feat(graphql): new tokens should carry administrateur_id 2022-09-29 11:58:58 +02:00
api_entreprise_token_spec.rb refactor(API Entreprise): raise an error on blank token 2022-02-07 15:18:16 +01:00
archive_spec.rb fix(archives): purge stuck pending archives 2022-07-27 15:26:59 +02:00
assign_to_spec.rb models: require belong_to associations on assign_to 2020-08-18 15:57:36 +02:00
attestation_template_spec.rb refactor(spec): use new procedure.types_de_champ factory 2022-08-04 12:10:32 +02:00
avis_spec.rb clean(deadcode): remove dead methods 2022-05-24 14:23:40 +02:00
bill_signature_spec.rb spec: use real signature to avoid mocking 2020-12-14 14:09:15 +01:00
champ_private_spec.rb specs: always require rails_helper 2020-03-31 12:48:32 +02:00
champ_shared_example.rb feat(dossier): exclude conditionally invisible fields from mandatory check 2022-07-12 17:33:42 +02:00
champ_spec.rb clean(Champs::Engagement): migrate to Champs::Checkbox, some for TypeDeChamp 2022-09-27 19:09:28 +02:00
commentaire_spec.rb tests 2022-03-31 15:48:18 +02:00
condition_form_spec.rb fix(conditional): only parse user input as int if compared with a number 2022-09-09 11:28:32 +02:00
deleted_dossier_spec.rb specs: remove unused require 2021-03-25 13:24:53 +01:00
dossier_preloader_spec.rb refactor(dossier_preloader): add load_one api 2022-10-10 12:31:40 +02:00
dossier_rebase_concern_spec.rb parent_id -> parent_stable_id 2022-07-05 11:53:18 +02:00
dossier_spec.rb fix(ProcedureExportService): downloadable_sorted_batch is scoped by export, no need to re-filter them via downloadablable_sorted_batch otherwise export for supprimes_recemment does not includes dossier.supprimes_recemment 2022-10-10 11:11:21 +02:00
dossier_transfer_spec.rb fix(dossier_transfer): requires an actual email 2022-08-03 11:44:54 +02:00
dubious_procedure_spec.rb fix(spec): fix dubious procedure spec 2022-10-11 11:50:41 +02:00
etablissement_spec.rb export bilans in ods and xlsx 2020-06-04 15:31:16 +02:00
exercice_spec.rb specs: always require rails_helper 2020-03-31 12:48:32 +02:00
expert_spec.rb add case when the old_expert or old_instructeur is nil 2021-10-12 11:04:06 +02:00
experts_procedure_spec.rb experts_procedure should not be optional 2021-03-23 13:46:33 +01:00
export_spec.rb fix(ProcedureExportService): downloadable_sorted_batch is scoped by export, no need to re-filter them via downloadablable_sorted_batch otherwise export for supprimes_recemment does not includes dossier.supprimes_recemment 2022-10-10 11:11:21 +02:00
france_connect_information_spec.rb associate_user take a target email 2021-10-14 14:47:50 +02:00
france_connect_particulier_client_spec.rb specs: always require rails_helper 2020-03-31 12:48:32 +02:00
geo_area_spec.rb feat(export.xslx): add code commune to geo_area.label 2022-09-17 08:59:06 +02:00
groupe_instructeur_spec.rb fix(instructeur): copy notifications settings from previous groupe instructeur 2021-12-23 13:55:25 +01:00
individual_spec.rb models: require belong_to associations on individual 2020-08-18 15:57:37 +02:00
instructeur_spec.rb bug(root): test root 2022-05-24 14:23:40 +02:00
invite_spec.rb fix(sentry/3422144920): old email using TargetUserLink creates confusing errors 2022-10-04 11:41:32 +02:00
logic_spec.rb compatibility from left 2022-09-28 10:06:31 +02:00
procedure_overview_spec.rb specs: always require rails_helper 2020-03-31 12:48:32 +02:00
procedure_presentation_and_revisions_spec.rb refactor(revision): rename find_or_clone_type_de_champ 2022-05-31 08:58:53 +02:00
procedure_presentation_spec.rb fix(instructeur dashboard): dossiers filtered on multiple states 2022-10-03 15:18:46 +02:00
procedure_revision_spec.rb refactor(types_de_champ): use new types_de_champ factory 2022-08-02 16:21:33 +02:00
procedure_spec.rb fix: orphan tdc due to reset_draft 2022-10-07 17:44:30 +02:00
service_spec.rb chore(service): SIRET is required 2022-09-06 09:23:52 +02:00
siret_spec.rb specs: always require rails_helper 2020-03-31 12:48:32 +02:00
stat_spec.rb stats: move date formatting out of the Stat model 2022-02-02 14:13:53 +01:00
super_admin_spec.rb models: improve password complexity specs 2021-09-09 09:40:39 -05:00
targeted_user_link_spec.rb feat(invite): wrap invitation with targeted_user_links 2022-06-17 16:44:37 +02:00
traitement_spec.rb archives: count archived dossiers 2021-06-18 08:59:13 +02:00
trusted_device_token_spec.rb models: require belong_to associations on trusted_device_token 2020-08-18 15:57:37 +02:00
type_de_champ_private_spec.rb specs: always require rails_helper 2020-03-31 12:48:32 +02:00
type_de_champ_shared_example.rb feat(EditComponent): add max_file_size and content_types to upload buttons inspired by dsfr 2022-06-28 17:44:35 +02:00
type_de_champ_spec.rb feat(EditComponent): add max_file_size and content_types to upload buttons inspired by dsfr 2022-06-28 17:44:35 +02:00
user_spec.rb feat(targeted_user_link): add targeted user link to wrap expert invitation in order to avoid access issue when the expert is connected with another account 2022-05-31 14:50:31 +02:00
zone_spec.rb can choose multiple zones 2022-10-07 10:48:35 +02:00