HomePhorge

(PUP-3912) Remove spec for loading features from disk
90be038c9e9aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3912) Remove spec for loading features from disk

This spec test relied on lib/puppet/util/feature.rb catching
a method_missing; rspec 2 allowed this but rspec 3 intercepts
this for rspec purposes.

We could reimplement this test in a couple ways, but this
functionality (loading features from disk) is well-tested several
other ways since the core puppet code relies on this ability to
function (and this test was written very early on).

So this commit simply removes the spec as redundant and not worth
reimplementing for rspec 3.

Details

Provenance
Kylo Ginsberg <kylo@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU91b31dcf6f87: (PUP-3912) Remove unused method
Branches
Unknown
Tags
Unknown

Event Timeline

Kylo Ginsberg <kylo@puppetlabs.com> committed rPU90be038c9e9a: (PUP-3912) Remove spec for loading features from disk (authored by Kylo Ginsberg <kylo@puppetlabs.com>).Jan 26 2015, 8:52 PM