Skip to content

Commit

Permalink
We need to release this deprecation warning before we can remove the
Browse files Browse the repository at this point in the history
feature! :D
  • Loading branch information
mattwynne committed Sep 15, 2017
1 parent 34a223a commit 062f5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/glue/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def Transform(regexp, &proc)
Cucumber.deprecate(
'Use ParameterType(...) instead',
'Transform',
'2.6.0'
'3.0'
)
parameter_type = CucumberExpressions::ParameterType.new(
regexp.to_s,
Expand Down

0 comments on commit 062f5b7

Please sign in to comment.