# encoding: utf-8 you should see a paragraph sign ยง # File: use_macro_steps.rb # Place a copy of this file in the feature/step_definitions folder # of your own Cucumber-based project. # The following require will load the step definitions from Macros4Cuke. # This allows feature file authors to use macro steps # in their Cucumber scenarios. require 'macros4cuke/../macro_steps' # End of file