features/data-tables/data-tables.feature.rb in cucumber-compatibility-kit-12.0.0 vs features/data-tables/data-tables.feature.rb in cucumber-compatibility-kit-13.0.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + When('the following table is transposed:') do |table| @transposed = table.transpose end Then('it should be:') do |expected|