class Rspec::Generators::Base

def target_path(*paths)

def target_path(*paths)
  File.join(self.class.configuration.default_path, *paths)
end