Sha256: fbdfcf6be1097f0b3b2c85884bccb9e38715169d12467fed3a787318478253d4

Contents?: true

Size: 423 Bytes

Versions: 5

Compression:

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

5 entries across 5 versions & 1 rubygems

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