Class: Cuporter::Node::Types::Tag

Inherits:
NodeBase
  • Object
show all
Defined in:
lib/cuporter/node/types.rb

Instance Method Summary collapse

Instance Method Details

#feature_node(feature) ⇒ Object



73
74
75
# File 'lib/cuporter/node/types.rb', line 73

def feature_node(feature)
  at("feature[cuke_name='#{feature[:cuke_name]}'][file_path='#{feature[:file_path]}']")
end