class TestUnit::Generators::ScaffoldGenerator

def boolean?(name)

def boolean?(name)
  attribute = attributes.find { |attr| attr.name == name }
  attribute&.type == :boolean
end