Sha256: a33fba076d35ae1512beee42107e423d797d3d35b32e80bea477d4eb5fbb8b0d

Contents?: true

Size: 441 Bytes

Versions: 8

Compression:

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

8 entries across 8 versions & 1 rubygems

Version Path
macros4cuke-0.3.32 features/support/macro_support.rb
macros4cuke-0.3.30 features/support/macro_support.rb
macros4cuke-0.3.29 features/support/macro_support.rb
macros4cuke-0.3.28 features/support/macro_support.rb
macros4cuke-0.3.27 features/support/macro_support.rb
macros4cuke-0.3.26 features/support/macro_support.rb
macros4cuke-0.3.25 features/support/macro_support.rb
macros4cuke-0.3.24 features/support/macro_support.rb