# File lib/diesel/generators/features_base.rb, line 12
      def generate_step_definitions
        step_definitions.each do |step_definition|
          copy_file "features/step_definitions/engine/#{step_definition}",
                    "features/step_definitions/#{engine_name}/#{step_definition}"
        end
      end