class Lemon::TestClassMethod::DSL

Scope for evaluating class method test definitions.

Public Instance Methods

context_class() click to toggle source

The class for which this is a DSL context.

# File lib/lemon/test_class_method.rb, line 50
def context_class
  TestClassMethod
end