diff options
author | Jacob Helwig <jacob@puppetlabs.com> | 2011-05-16 09:52:04 -0700 |
---|---|---|
committer | Jacob Helwig <jacob@puppetlabs.com> | 2011-05-16 10:06:57 -0700 |
commit | c8775f9c5caa883ab3b08695b355d3575263b165 (patch) | |
tree | acaa12b963a380b80a1004b81f01f77749cc8d32 /lib/puppet/interface/documentation.rb | |
parent | 1ad8158da2435126693e02c66d188dd79e71f83d (diff) | |
download | puppet-c8775f9c5caa883ab3b08695b355d3575263b165.tar.gz puppet-c8775f9c5caa883ab3b08695b355d3575263b165.tar.xz puppet-c8775f9c5caa883ab3b08695b355d3575263b165.zip |
(#7259) Remove ActiveRecord requirement from indirector face spec
"should be able to return a list of terminuses for a given
indirection" was calling Puppet::Indirector::Face.terminus_classes,
which is just a thin wrapper around
Puppet::Indirector::Terminus.terminus_classes, which would attempt to
load all Terminus classes. This would cause problems if not all of
the prerequisites for all of the Terminus classes were installed (For
example: ActiveRecord).
Now we only test that the thin wrapper appropriately munges the output
from Puppet::Indirector::Terminus.terminus_classes, since the method
being wrapped should have its own tests for the behavior that was
being tested originally.
Paired-with: Nick Lewis <nick@puppetlabs.com>
Diffstat (limited to 'lib/puppet/interface/documentation.rb')
0 files changed, 0 insertions, 0 deletions