diff options
| author | Luke Kanies <luke@madstop.com> | 2007-12-11 15:35:36 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-12-11 15:35:36 -0600 |
| commit | cb0c4eebb0a7b2fadc5e0487e1c692007cb8b2e5 (patch) | |
| tree | b4284addea69adf9d19028ff1bab94035b1c1827 /ext/puppet-test | |
| parent | 7ac3bd79621f6c66cd3b5b7041aeba83c27c3602 (diff) | |
| download | puppet-cb0c4eebb0a7b2fadc5e0487e1c692007cb8b2e5.tar.gz puppet-cb0c4eebb0a7b2fadc5e0487e1c692007cb8b2e5.tar.xz puppet-cb0c4eebb0a7b2fadc5e0487e1c692007cb8b2e5.zip | |
Renaming 'configuration' to 'catalog', fixing #954.
Diffstat (limited to 'ext/puppet-test')
| -rwxr-xr-x | ext/puppet-test | 4 |
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 |
