Class: Lemon::TestClass::DSL

Inherits:
Lemon::TestModule::DSL show all
Defined in:
lib/lemon/test_class.rb

Overview

Evaluation scope for Lemon::TestClass.

Instance Method Summary collapse

Methods inherited from Lemon::TestModule::DSL

#class_unit, #unit

Methods inherited from Lemon::TestCase::DSL

#after, #before, #context, #initialize, #omit, #setup, #skip, #teardown

Methods inherited from Module

#namespace

Constructor Details

This class inherits a constructor from Lemon::TestCase::DSL

Instance Method Details

#context_classObject

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