diff options
| author | Luke Kanies <luke@madstop.com> | 2008-12-11 08:24:43 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-12-18 11:10:22 -0600 |
| commit | 60062e4b9ae479ddbf97f4fc3495d04bc00196d5 (patch) | |
| tree | 4eee797b0c2f883c1daeb383a07ca87749cd7d11 /test/lib/puppettest | |
| parent | 6b14000ae54a11da3fa16c1b4685f630abca869b (diff) | |
| download | puppet-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/lib/puppettest')
| -rw-r--r-- | test/lib/puppettest/support/utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest/support/utils.rb b/test/lib/puppettest/support/utils.rb index aa3ad8b8d..c00d8a132 100644 --- a/test/lib/puppettest/support/utils.rb +++ b/test/lib/puppettest/support/utils.rb @@ -17,7 +17,7 @@ module PuppetTest::Support::Utils transport[:path] = path transport[:ensure] = "file" assert_nothing_raised { - file = transport.to_type + file = transport.to_ral } end |
