module GeneratorSpec::GeneratorExampleGroup::ClassMethods

def destination(path)


destination File.expand_path("../tmp", File.dirname(__FILE__))

Sets the destination of generator files:
def destination(path)
  self.destination_root = path
end