# File lib/generators/rspec/scaffold/scaffold_generator.rb, line 145
        def value_for(attribute)
          case attribute.type
          when :string
            "#{attribute.name.titleize}".inspect
          else
            attribute.default.inspect
          end
        end