diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2012-03-29 16:52:15 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2012-03-29 16:52:15 -0700 |
commit | 665610baaf052a4b7b1c73682b9183ea743f2593 (patch) | |
tree | 905d915d405a914b4cc601b690314bec261c8ac2 /spec/unit/puppet/parser/functions/join_spec.rb | |
parent | cbdffb711fb109628ecdada9083f064b2e8d3a64 (diff) |
(#13439) Fix test failures with Puppet 2.6.x
Without this patch the spec_helper sends a message named
initialize_everything_for_tests to Puppet.settings. This is a problem
because Puppet 2.6.x does not have this method, only Puppet 2.7.x and
Puppet master have this method at this time and we're getting false
positive test failures.
This patch fixes the problem by looking before we leap. We test if the
private method exists before calling it. This works with Ruby 1.8.5 and
onwards and Puppet 2.6, 2.7 and master.
This should fix all of the failures I've caused in Jenkins today.
Diffstat (limited to 'spec/unit/puppet/parser/functions/join_spec.rb')
0 files changed, 0 insertions, 0 deletions