summaryrefslogtreecommitdiff
path: root/spec/aliases/absolutepath_spec.rb
AgeCommit message (Collapse)Author
2017-09-25removing duplicate test absolute_path testtphoney
2017-07-14FM-6239 clean up for puppet 5.tests/deprecationtphoney
2017-03-16Merge pull request #737 from domcleal/versioncmpWilson McCoubrey
(MODULES-4528) Use versioncmp to check Puppet version for 4.10.x compat
2017-03-15Permit double slash in absolute/Unix path typesDominic Cleal
2017-03-14(MODULES-4528) Use versioncmp to check Puppet version for 4.10.x compatDominic Cleal
`Puppet.version.to_f` on Puppet 4.10.0 will evaluate to `4.1`, causing test and behavioural changes when conditionals check that the version is equal or greater than versions such as `4.3`. Version comparisons that are vulnerable to this have been changed to use Puppet's versioncmp implementation, while most others only check for for major version boundaries which is safe.
2016-10-07Addition of several new typesHelen Campbell