diff options
author | Luke Kanies <luke@madstop.com> | 2008-12-09 15:33:28 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-12-18 11:10:21 -0600 |
commit | d48fff6658535ca1781443aba9ab21893c13e55c (patch) | |
tree | 4fcfd8b502a0f23f057a6e0695f466195978f366 /spec/integration/network | |
parent | c927ce05bbd96fa9aacc8e52f8eb797403a1e433 (diff) | |
download | puppet-d48fff6658535ca1781443aba9ab21893c13e55c.tar.gz puppet-d48fff6658535ca1781443aba9ab21893c13e55c.tar.xz puppet-d48fff6658535ca1781443aba9ab21893c13e55c.zip |
Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/integration/network')
-rwxr-xr-x | spec/integration/network/formats.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/network/formats.rb b/spec/integration/network/formats.rb index 0cfbadd38..2ec4cb9e8 100755 --- a/spec/integration/network/formats.rb +++ b/spec/integration/network/formats.rb @@ -14,6 +14,6 @@ describe Puppet::Network::FormatHandler.format(:s) do end it "should not support catalogs" do - @format.should_not be_supported(Puppet::Node::Catalog) + @format.should_not be_supported(Puppet::Resource::Catalog) end end |