demarches-normaliennes/spec/controllers/instructeurs
François Vantomme c9b1095d1e Refactor (Rubocop): replace map{ … }.compact by filter_map
In Ruby 2.7, Enumerable#filter_map has been added.
This cop identifies places where map { … }.compact can be replaced by filter_map.

See: https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancemapcompact
2021-06-11 15:38:09 +02:00
..
archives_controller_spec.rb extract estimate_weight 2021-06-09 10:52:38 +02:00
avis_controller_spec.rb experts_procedure should not be optional 2021-03-23 13:46:33 +01:00
dossiers_controller_spec.rb Refactor (Rubocop): replace map{ … }.compact by filter_map 2021-06-11 15:38:09 +02:00
groupe_instructeurs_controller_spec.rb instructeurs: alias instructeur.email 2019-11-04 10:44:24 +01:00
instructeur_controller_spec.rb specs: always require rails_helper 2020-03-31 12:48:32 +02:00
procedures_controller_spec.rb Simplify export unicity check and use create_or_find_by 2021-04-01 21:14:16 +01:00