spec/macros4cuke/use-sample-collection.rb in macros4cuke-0.5.07 vs spec/macros4cuke/use-sample-collection.rb in macros4cuke-0.5.08
- old
+ new
@@ -3,11 +3,10 @@
# collection of macro-steps.
require_relative '../../lib/macros4cuke/macro-collection'
module Macros4Cuke # Open this namespace to avoid module qualifier prefixes
-
# Mix-in module.
# Defines a set of methods that builds for testing purposes
# a sample collection of macro-steps.
module UseSampleCollection
# Phrase of first macro-step in the collection.
@@ -69,11 +68,9 @@
# Helper. For convenience, provide a shorter name
# for the macro-step collection.
def macro_coll()
return MacroCollection.instance
end
-
end # module
-
end # module
# End of file