describe '#display_order' do
      it 'returns an empty string by default' do
        expect(Name.new.display_order).to eq('')
      end