From: Morgan Haskel Date: Sun, 15 Feb 2015 17:48:10 +0000 (-0800) Subject: move tests to examples X-Git-Tag: 2.0.0~45^2~12 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b09a699b8c0454cabcfbd85efd7e1294a3c0f891;p=puppet-modules%2Fpuppetlabs-apt.git move tests to examples --- diff --git a/tests/builddep.pp b/examples/builddep.pp similarity index 100% rename from tests/builddep.pp rename to examples/builddep.pp diff --git a/tests/debian/testing.pp b/examples/debian/testing.pp similarity index 100% rename from tests/debian/testing.pp rename to examples/debian/testing.pp diff --git a/tests/debian/unstable.pp b/examples/debian/unstable.pp similarity index 100% rename from tests/debian/unstable.pp rename to examples/debian/unstable.pp diff --git a/tests/force.pp b/examples/force.pp similarity index 100% rename from tests/force.pp rename to examples/force.pp diff --git a/tests/init.pp b/examples/init.pp similarity index 100% rename from tests/init.pp rename to examples/init.pp diff --git a/tests/key.pp b/examples/key.pp similarity index 100% rename from tests/key.pp rename to examples/key.pp diff --git a/tests/params.pp b/examples/params.pp similarity index 100% rename from tests/params.pp rename to examples/params.pp diff --git a/tests/pin.pp b/examples/pin.pp similarity index 100% rename from tests/pin.pp rename to examples/pin.pp diff --git a/tests/ppa.pp b/examples/ppa.pp similarity index 100% rename from tests/ppa.pp rename to examples/ppa.pp diff --git a/tests/release.pp b/examples/release.pp similarity index 100% rename from tests/release.pp rename to examples/release.pp diff --git a/tests/source.pp b/examples/source.pp similarity index 100% rename from tests/source.pp rename to examples/source.pp