Sha256: 5f2557922e04e397a1064f255533313285f4c8eb43fdef5ad0ef57ba29f24c32
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 Bytes
Contents
# frozen_string_literal: true # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
macros4cuke-0.5.17 | lib/macros4cuke/cucumber.rb |