summaryrefslogtreecommitdiffstats
path: root/spec/unit/util
diff options
context:
space:
mode:
authorNick Lewis <nick@puppetlabs.com>2011-06-08 18:47:44 -0700
committerNick Lewis <nick@puppetlabs.com>2011-06-08 18:47:44 -0700
commit649b3dc58349d3bbb1bd28bf882013c2cf5b8000 (patch)
tree1f047edff3c51258b3367a1d5c9f5cfbb02b4c71 /spec/unit/util
parente0573603c5780e79c2461ece604c6388e4222504 (diff)
parent8ccd00963d91f168438eaec4b29a18cd4a1ac583 (diff)
Merge branch '2.7.x'
Diffstat (limited to 'spec/unit/util')
-rwxr-xr-xspec/unit/util/settings/file_setting_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/unit/util/settings/file_setting_spec.rb b/spec/unit/util/settings/file_setting_spec.rb
index 734b41f3a..489628a78 100755
--- a/spec/unit/util/settings/file_setting_spec.rb
+++ b/spec/unit/util/settings/file_setting_spec.rb
@@ -248,6 +248,10 @@ describe Puppet::Util::Settings::FileSetting do
it "should tag the resource with 'settings'" do
@file.to_resource.should be_tagged("settings")
end
+
+ it "should set links to 'follow'" do
+ @file.to_resource[:links].should == :follow
+ end
end
end