Module: Testable::DSL
- Included in:
- Node
- Defined in:
- lib/testable/capybara/dsl.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(caller) ⇒ Object
The DSL module is mixed into the Node class to provide the DSL for defining elements and components.
Class Method Details
.included(caller) ⇒ Object
The DSL module is mixed into the Node class to provide the DSL for defining elements and components.
5 6 7 |
# File 'lib/testable/capybara/dsl.rb', line 5 def self.included(caller) caller.extend(ClassMethods) end |