Class: Glimmer::Specification::Element::Specification

Inherits:
Glimmer::Specification::Element show all
Defined in:
lib/glimmer/specification/element/specification.rb

Instance Attribute Summary

Attributes inherited from Glimmer::Specification::Element

#args, #block, #keyword, #parent, #title

Instance Method Summary collapse

Methods inherited from Glimmer::Specification::Element

#ancestors, #children, #content, #content_added?, element_class, element_class_name, element_exist?, #executable?, #initialize, #post_initialize_child, #run, #scenarios, #to_s, #verified?

Constructor Details

This class inherits a constructor from Glimmer::Specification::Element

Instance Method Details

#post_add_contentObject



26
27
28
29
# File 'lib/glimmer/specification/element/specification.rb', line 26

def post_add_content
  run
  super
end