Skip to content

Commit

Permalink
(maint) Remove facter versions test
Browse files Browse the repository at this point in the history
This test attempts to emulate various versions of facter, but is
still dependent on the version of facter it is running against. The
immediate symptom was that the test breaks with facter 2.0.1 because
it adds another external facts search directory.

I tried a couple ways to stub this but allowing it to pretend
to run against one set of facters, while actually running against
one real facter (which might itself be one of several versions)
eluded me.

So this patch just removes the test.
  • Loading branch information
Kylo Ginsberg committed Apr 16, 2014
1 parent 746a4cc commit b691be7
Showing 1 changed file with 0 additions and 70 deletions.
70 changes: 0 additions & 70 deletions spec/unit/facter/pe_required_facts_spec.rb

This file was deleted.

0 comments on commit b691be7

Please sign in to comment.