Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 466 Bytes

14.0.0.md

File metadata and controls

21 lines (15 loc) · 466 Bytes

Upgrading to cucumber-core 14.0.0

Test::Action

This class has now had an extra namespace placed, so the new namespace mappings are as follows

Before cucumber-core 14.0.0

Cucumber::Core::Test::Action
Cucumber::Core::Test::UndefinedAction
Cucumber::Core::Test::UnskippableAction

With cucumber-core 14.0.0

Cucumber::Core::Test::Action::Defined
Cucumber::Core::Test::Action::Undefined
Cucumber::Core::Test::Action::Unskippable