Class: Lemon::TestScope

Inherits:
World show all
Defined in:
lib/lemon/test_scope.rb

Instance Method Summary collapse

Methods inherited from Module

#namespace

Constructor Details

#initialize(testcase) ⇒ TestScope

Returns a new instance of TestScope.



6
7
8
9
10
# File 'lib/lemon/test_scope.rb', line 6

def initialize(testcase)
  @_testcase = testcase

  extend testcase.domain
end