class Lemon::TestScope

Public Class Methods

new(testcase) click to toggle source
# File lib/lemon/test_scope.rb, line 6
def initialize(testcase)
  @_testcase = testcase

  extend testcase.domain
end