Class: Lemon::TestClassMethod::DSL

Inherits:
Lemon::TestMethod::DSL show all
Defined in:
lib/lemon/test_class_method.rb

Overview

Scope for evaluating class method test definitions.

Instance Method Summary collapse

Methods inherited from Lemon::TestMethod::DSL

#context, #test

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.



50
51
52
# File 'lib/lemon/test_class_method.rb', line 50

def context_class
  TestClassMethod
end