Class: Lemon::TestScope
Instance Method Summary collapse
-
#initialize(testcase) ⇒ TestScope
constructor
A new instance of TestScope.
Methods inherited from Module
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 |