summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2012-10-25 10:00:42 -0700
committerJeff McCune <jeff@puppetlabs.com>2012-10-25 10:00:45 -0700
commite68677976b671eb8b7f81393dc6dac6c6d86410c (patch)
treea8530a855d272b4f63b506356294cc15943d181c /spec/spec_helper.rb
parentba70a3885af452aea72d408f447c5bc7fd8bf0c0 (diff)
Prevent undefined method `split' for nil:NilClass with pe_foo_version facts
Without this patch the pe_major_version, pe_minor_version, and pe_patch_version facts directly depend on the pe_version fact in a manner that calls split directly on the return value. This is a problem because Fact values are not always guaranteed to return strings, or objects that respond to split. This patch is a defensive measure to ensure we're always calling the split method on a string object. If the Fact returns nil, this will be converted to an empty string responding to split.
Diffstat (limited to 'spec/spec_helper.rb')
0 files changed, 0 insertions, 0 deletions