module GeneratorSpec::GeneratorExampleGroup::InstanceMethods

def generator(args=self.default_arguments, options={}, config={})

Instantiate the generator.
def generator(args=self.default_arguments, options={}, config={})
  @generator ||= self.generator_class.new(args, options, config.reverse_merge(:destination_root => destination_root))
end