Sha256: 6eb1c85e61b43f8562567f9fecb664be48aae274c28d1f71e205308b2baa7e5f

Contents?: true

Size: 497 Bytes

Versions: 11

Compression:

Stored size: 497 Bytes

Contents

# encoding: utf-8	You should see a paragraph character: ยง
# 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

11 entries across 11 versions & 1 rubygems

Version Path
macros4cuke-0.3.23 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.22 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.21 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.20 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.19 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.18 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.17 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.16 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.15 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.14 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.13 examples/i18n/fr/features/support/macro_support.rb