--- lib/cucumber/glue/registry_and_more.rb.orig 2023-10-07 11:47:11 UTC +++ lib/cucumber/glue/registry_and_more.rb @@ -206,8 +206,8 @@ module Cucumber id: @configuration.id_generator.new_id, name: parameter_type.name, regular_expressions: parameter_type.regexps.map(&:to_s), - prefer_for_regular_expression_match: parameter_type.prefer_for_regexp_match?, - use_for_snippets: parameter_type.use_for_snippets? + prefer_for_regular_expression_match: parameter_type.prefer_for_regexp_match, + use_for_snippets: parameter_type.use_for_snippets ) ) end