HomePhorge

Fix failing CA Interface specs on Ruby 1.9
e4c64c75f69dUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix failing CA Interface specs on Ruby 1.9

These tests were creating unnecessary stub objects rather than making
actual Certificate and CertificateRequests. Unsurprisingly, they were
thus failing to stub a method on Ruby 1.9 which was not needed in 1.8.
This commit changes them to use actual objects, to both correct this
problem and improve their robustness for the future.

Details

Provenance
Nick Lewis <nick@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU9ee12151e9c8: Fix some inconsistencies from merging
Branches
Unknown
Tags
Unknown

Event Timeline

Nick Lewis <nick@puppetlabs.com> committed rPUe4c64c75f69d: Fix failing CA Interface specs on Ruby 1.9 (authored by Nick Lewis <nick@puppetlabs.com>).Oct 21 2011, 10:23 PM