summaryrefslogtreecommitdiffstats
path: root/spec/integration/network/formats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/network/formats.rb')
-rwxr-xr-xspec/integration/network/formats.rb2
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