Sha256: 0fdb4de1b2290ed3cb59e6cf300880de2d7ea83ec1396691cb2ebc8132f40f89

Contents?: true

Size: 507 Bytes

Versions: 9

Compression:

Stored size: 507 Bytes

Contents

# The baseline for module testing used by Puppet Labs is that each manifest
# should have a corresponding test manifest that declares that class or defined
# type.
#
# Tests are then run by using puppet apply --noop (to check for compilation
# errors and view a log of events) or by fully applying the test in a virtual
# environment (to compare the resulting system state to the desired state).
#
# Learn more about module testing here:
# http://docs.puppetlabs.com/guides/tests_smoke.html
#
include rbenv

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
freighthop-0.2.1 modules/rbenv/tests/init.pp
freighthop-0.2.0 modules/rbenv/tests/init.pp
freighthop-0.1.0 modules/rbenv/tests/init.pp
freighthop-0.0.6 modules/rbenv/tests/init.pp
freighthop-0.0.5 modules/rbenv/tests/init.pp
freighthop-0.0.4 modules/rbenv/tests/init.pp
freighthop-0.0.3 modules/rbenv/tests/init.pp
freighthop-0.0.2 modules/rbenv/tests/init.pp
freighthop-0.0.1 modules/rbenv/tests/init.pp