summaryrefslogtreecommitdiffstats
path: root/test/util
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-12-11 08:24:43 -0600
committerLuke Kanies <luke@madstop.com>2008-12-18 11:10:22 -0600
commit60062e4b9ae479ddbf97f4fc3495d04bc00196d5 (patch)
tree4eee797b0c2f883c1daeb383a07ca87749cd7d11 /test/util
parent6b14000ae54a11da3fa16c1b4685f630abca869b (diff)
downloadpuppet-60062e4b9ae479ddbf97f4fc3495d04bc00196d5.tar.gz
puppet-60062e4b9ae479ddbf97f4fc3495d04bc00196d5.tar.xz
puppet-60062e4b9ae479ddbf97f4fc3495d04bc00196d5.zip
Renaming the "Catalog#to_type" method to "Catalog#to_ral"
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'test/util')
-rwxr-xr-xtest/util/settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/settings.rb b/test/util/settings.rb
index 94b01c80e..049c005b9 100755
--- a/test/util/settings.rb
+++ b/test/util/settings.rb
@@ -51,7 +51,7 @@ class TestSettings < Test::Unit::TestCase
comp = nil
assert_nothing_raised("Could not convert transportable to component") {
- comp = trans.to_type
+ comp = trans.to_ral
}
assert_nothing_raised("Could not retrieve transported config") {