Sha256: e312bfccfe3125af28571f1a0ee051c909b1f6a7833d244d61c5a5e112bad221
Contents?: true
Size: 456 Bytes
Versions: 11
Compression:
Stored size: 456 Bytes
Contents
# encoding: utf-8 # 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
11 entries across 11 versions & 1 rubygems