context '#delete' do
    it 'returns nil if key not present' do
      expect(hash_table.delete(10)).to be_nil
    end