summaryrefslogtreecommitdiff
path: root/spec/aliases/integer_spec.rb
AgeCommit message (Collapse)Author
2017-07-11(MODULES-5187) fix spec tests for puppet 5 changesEric Putnam
2017-04-14(maint) Stdlib::Compat::Integer accepts numbers with newlines apparentlyHunter Haugen
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-06Corrects Puppet version for compat types testsHelen Campbell
2016-08-08(modules-3533) deprecation for 3.x number functiontphoney