class Rails::Generators::TestCase

def self.destination(path)


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

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