module GeneratorSpec::TestCase::ClassMethods

def arguments(array)

def arguments(array)
  self.test_case.default_arguments = array
end

def destination(path)

def destination(path)
  self.test_case.destination_root = path
end

def tests(klass)

def tests(klass)
  self.test_case.generator_class = klass
end