spec: fix Ruby 2.7 arguments passing

This commit is contained in:
Pierre de La Morinerie 2021-02-04 12:38:11 +01:00
parent b204fe74a4
commit 0d94eacf32

View file

@ -71,7 +71,7 @@ module FeatureHelpers
# Add a new type de champ in the procedure editor
def add_champ(options = {})
add_champs(options)
add_champs(**options)
end
# Add several new type de champ in the procedure editor