summaryrefslogtreecommitdiffstats
path: root/ext/puppet-test
diff options
context:
space:
mode:
Diffstat (limited to 'ext/puppet-test')
-rwxr-xr-xext/puppet-test4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/puppet-test b/ext/puppet-test
index b89156caa..362a43996 100755
--- a/ext/puppet-test
+++ b/ext/puppet-test
@@ -200,7 +200,7 @@ class Suite
end
end
-Suite.new :configuration, "Configuration handling" do
+Suite.new :catalog, "Catalog handling" do
def prepare
$args[:cache] = false
# Create a config client and pull the config down
@@ -227,7 +227,7 @@ Suite.new :configuration, "Configuration handling" do
@facts = YAML.dump(@facts)
end
- newtest :compile, "Compiled configuration" do
+ newtest :compile, "Compiled catalog" do
@client.driver.getconfig(@facts, "yaml")
end