# File lib/generators/rspec/scaffold/scaffold_generator.rb, line 29
      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