examples/demo/features/support/macro_support.rb in macros4cuke-0.3.12 vs examples/demo/features/support/macro_support.rb in macros4cuke-0.3.13

- old
+ new

@@ -1,8 +1,9 @@ -# encoding: utf-8 You should see a paragraph character: ยง +# 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. +# 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' \ No newline at end of file