diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2012-03-29 23:04:12 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2012-03-29 23:18:15 -0700 |
commit | 15c5fd1f41f5d6585edb1bb0adcae4c1c8bd2def (patch) | |
tree | 37e317b247770df92325bb7539b4a7cf76144d45 /spec/lib | |
parent | d22fbe32cd626091b32c8a0c0a8c83771a0c999a (diff) | |
download | puppet-stdlib-15c5fd1f41f5d6585edb1bb0adcae4c1c8bd2def.tar.gz puppet-stdlib-15c5fd1f41f5d6585edb1bb0adcae4c1c8bd2def.tar.bz2 |
(#13439) Fix MRI 1.9 issue with spec_helper
When using MRI 1.9.x the stdlib spec helper does not invoke because
Puppet.settings.private_methods returns symbols instead of strings.
This is a problem because we need to set default configuration settings
like Puppet[:vardir] when using the compiler.
This patch fixes the issue by simply checking the Puppet version. This
seems a better choice than rescuing NoMethodError since the method might
be renamed or removed in the future.
Diffstat (limited to 'spec/lib')
0 files changed, 0 insertions, 0 deletions