summaryrefslogtreecommitdiffstats
path: root/puppet/modules/squish/tests/squish.pp
blob: ddbc9506173c67f40ec0ad2b5c47509128d044f1 (plain)
1
2
3
4
5
6
include squish

    # e.g. puppet version 2.7 gives warnings about tempdir and input url. Those aren't recognized in puppet's tests.
    if $puppetversion == "3.0.0" {
        selftest::expect_no_warnings { "no warnings from squish": }
    }