Class: Lemon::TestClass::DSL
- Inherits:
-
Lemon::TestModule::DSL
- Object
- Module
- World
- Lemon::TestCase::DSL
- Lemon::TestModule::DSL
- Lemon::TestClass::DSL
- Defined in:
- lib/lemon/test_class.rb
Overview
Evaluation scope for Lemon::TestClass.
Instance Method Summary collapse
-
#context_class ⇒ Object
The class for which this is a DSL context.
Methods inherited from Lemon::TestModule::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.
33 34 35 |
# File 'lib/lemon/test_class.rb', line 33 def context_class TestClass end |