context 'pop' do 
            it 'returns the root of the heap and reorganizes the heap' do
                result = fixed_heap.pop
                expect(result).to eql(4)
                1.upto(3) do |i|