Sha256: 8cf54bcd99545abf2e201a993dbc8d04cb8df5895556bf0e3ff2f4024a24006e

Contents?: true

Size: 494 Bytes

Versions: 61

Compression:

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

61 entries across 37 versions & 1 rubygems

Version Path
macros4cuke-0.3.06 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.03 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.03 features/support/macro_support.rb
macros4cuke-0.3.03 examples/demo/features/support/macro_support.rb
macros4cuke-0.3.02 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.02 features/support/macro_support.rb
macros4cuke-0.3.02 examples/demo/features/support/macro_support.rb
macros4cuke-0.3.01 examples/demo/features/support/macro_support.rb
macros4cuke-0.3.01 features/support/macro_support.rb
macros4cuke-0.3.01 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.3.00 features/support/macro_support.rb
macros4cuke-0.3.00 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.2.22 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.2.22 features/support/macro_support.rb
macros4cuke-0.2.21 features/support/macro_support.rb
macros4cuke-0.2.21 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.2.20 examples/i18n/fr/features/support/macro_support.rb
macros4cuke-0.2.20 features/support/macro_support.rb
macros4cuke-0.2.19 features/support/macro_support.rb
macros4cuke-0.2.18 features/support/macro_support.rb