Sha256: 823ad825bdadea4799b93d137a2fb08af498479a28566b58de9d1791a3052b86
Contents?: true
Size: 481 Bytes
Versions: 12
Compression:
Stored size: 481 Bytes
Contents
# encoding: utf-8 You should see a paragraph character: ยง # 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
12 entries across 12 versions & 1 rubygems