Sha256: 736b6f2ab6b331c46c1143647ca1bf59f8b6b67c2a95083b862dc7fedd71ee4c
Contents?: true
Size: 433 Bytes
Versions: 10
Compression:
Stored size: 433 Bytes
Contents
# File: macro_support.rb # Purpose: Add the support for macros in a Cucumber project. # This file is meant to be put next to the 'env.rb' file # of your Cucumber project. # Macros4Cuke step one: Load modules and classes from the gem. require 'macros4cuke' # Macros4Cuke step two: extend the world object with the mix-in module # that adds the support for macros in Cucumber. World(Macros4Cuke::MacroStepSupport) # End of file
Version data entries
10 entries across 10 versions & 1 rubygems