HomePhorge

(maint) Provide a namespace around two specs using Memory indirectors
559bca60ba64Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

(maint) Provide a namespace around two specs using Memory indirectors

Two specs were using the same constant names to track classes that they
were generating Memory indirector classes for. Because specs share the
same module namespace, they were overwriting one another on load and
causing spec order failures. Guarding the specs within a namespace
module should keep them isolated and prevent them for unexpectedly
tinkering with one another's test setup.

Details

Event Timeline

Josh Partlow <joshua.partlow@puppetlabs.com> committed rPU559bca60ba64: (maint) Provide a namespace around two specs using Memory indirectors (authored by Josh Partlow <joshua.partlow@puppetlabs.com>).Apr 29 2014, 1:35 AM