lib/cucumber/ast/feature_element.rb in aslakhellesoy-cucumber-0.3.96 vs lib/cucumber/ast/feature_element.rb in aslakhellesoy-cucumber-0.3.97
- old
+ new
@@ -1,8 +1,8 @@
require 'enumerator'
module Cucumber
- module FeatureElement
+ module FeatureElement #:nodoc:
attr_writer :feature
def attach_steps(steps)
steps.each {|step| step.feature_element = self}
end