Sha256: 7a7af1299c75d54d05751614605fd5f35de151307abbfd5c15c82d972aee3142

Contents?: true

Size: 422 Bytes

Versions: 4

Compression:

Stored size: 422 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

4 entries across 4 versions & 1 rubygems

Version Path
macros4cuke-0.3.38 examples/demo/features/support/macro_support.rb
macros4cuke-0.3.37 examples/demo/features/support/macro_support.rb
macros4cuke-0.3.35 examples/demo/features/support/macro_support.rb
macros4cuke-0.3.34 examples/demo/features/support/macro_support.rb