Class: Lemon::TestClassMethod::DSL
- Inherits:
-
Lemon::TestMethod::DSL
- Object
- Module
- World
- Lemon::TestCase::DSL
- Lemon::TestMethod::DSL
- Lemon::TestClassMethod::DSL
- Defined in:
- lib/lemon/test_class_method.rb
Overview
Scope for evaluating class method test definitions.
Instance Method Summary collapse
-
#context_class ⇒ Object
The class for which this is a DSL context.
Methods inherited from Lemon::TestMethod::DSL
Methods inherited from Lemon::TestCase::DSL
#after, #before, #context, #initialize, #omit, #setup, #skip, #teardown
Methods inherited from Module
Constructor Details
This class inherits a constructor from Lemon::TestCase::DSL
Instance Method Details
#context_class ⇒ Object
The class for which this is a DSL context.
50 51 52 |
# File 'lib/lemon/test_class_method.rb', line 50 def context_class TestClassMethod end |