class Rspec::Generators::ScaffoldGenerator

def generate_view_specs

def generate_view_specs
  return unless options[:view_specs]
  copy_view :edit
  copy_view :index unless options[:singleton]
  copy_view :new
  copy_view :show
end