examples/demo/features/step_definitions/step_defs.rb in macros4cuke-0.5.16 vs examples/demo/features/step_definitions/step_defs.rb in macros4cuke-0.5.17

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + # File: demo_steps.rb # A few step definitions for demo and testing purpose. When(/^I leave '(.*)'$/) do |city| show "I leave #{city}"