# File: <%=file_name%>.rb # Generated with Macros4Cuke v. <%= prog_version%> on <%=Time.now.strftime('%F %T')%> # Purpose: Instruct Cucumber to add the support for macros. # This file is meant to be put next to the 'env.rb' file # of your Cucumber project. # Load modules, classes step definitions from macro4cuke gem. require 'macros4cuke/cucumber' # End of file