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