Sha256: 66676283a8dc8fc9b1d924157b384845f1d325ca4e79d76ffd7ad099e91d6269
Contents?: true
Size: 424 Bytes
Versions: 3
Compression:
Stored size: 424 Bytes
Contents
# File: macro_support.rb # Purpose: Add the support for macros in Cucumber. # This file is meant to be put next to the 'env.rb' file # of your Cucumeber 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
macros4cuke-0.3.42 | features/support/macro_support.rb |
macros4cuke-0.3.41 | features/support/macro_support.rb |
macros4cuke-0.3.40 | features/support/macro_support.rb |