diff options
| author | Nick Lewis <nick@puppetlabs.com> | 2011-06-08 18:47:44 -0700 |
|---|---|---|
| committer | Nick Lewis <nick@puppetlabs.com> | 2011-06-08 18:47:44 -0700 |
| commit | 649b3dc58349d3bbb1bd28bf882013c2cf5b8000 (patch) | |
| tree | 1f047edff3c51258b3367a1d5c9f5cfbb02b4c71 /spec/unit/util | |
| parent | e0573603c5780e79c2461ece604c6388e4222504 (diff) | |
| parent | 8ccd00963d91f168438eaec4b29a18cd4a1ac583 (diff) | |
Merge branch '2.7.x'
Diffstat (limited to 'spec/unit/util')
| -rwxr-xr-x | spec/unit/util/settings/file_setting_spec.rb | 4 |
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 |
