Sha256: 0dfdf924da9049606c083dd257074c553c44a02d558707a9bac7a306451be4db
Contents?: true
Size: 443 Bytes
Versions: 13
Compression:
Stored size: 443 Bytes
Contents
# File: cucumber.rb # Purpose: Load Macros4Cuke modules and classes, register its step definitions # Load modules and classes from the gem. require_relative 'constants' require_relative 'macro-step-support' # Extend the world object with the mix-in module # that adds the support for macros in Cucumber. World(Macros4Cuke::MacroStepSupport) # Register the step definitions from Macros4Cuke require_relative '../macro_steps' # End of file
Version data entries
13 entries across 13 versions & 1 rubygems