features/docs/defining_steps/snippets.feature in cucumber-2.3.3 vs features/docs/defining_steps/snippets.feature in cucumber-2.4.0
- old
+ new
@@ -48,9 +48,9 @@
"""
When I run `cucumber features/undefined_steps.feature -s`
Then the output should contain:
"""
Given(/^a table$/) do |table|
- # table is a Cucumber::Core::Ast::DataTable
+ # table is a Cucumber::MultilineArgument::DataTable
pending # Write code here that turns the phrase above into concrete actions
end
"""