context '#each' do
    it 'returns enum if no block given' do
      expect(hash_table.each).to be_a(Enumerator)
    end