class Rspec::Generators::InstallGenerator

def replace_generator_command(spec_helper_path)

def replace_generator_command(spec_helper_path)
  gsub_file spec_helper_path,
            'rspec --init',
            'rails generate rspec:install',
            :verbose => false
end