spec: fix Ruby 2.7 arguments passing
This commit is contained in:
parent
b204fe74a4
commit
0d94eacf32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue