diff options
| author | Matt Robinson <matt@puppetlabs.com> | 2011-08-18 17:09:33 -0700 |
|---|---|---|
| committer | Matt Robinson <matt@puppetlabs.com> | 2011-08-18 17:09:33 -0700 |
| commit | 71e190bf255f98e900f7ddd55db393d448df3274 (patch) | |
| tree | 22655aa7ab859c603d9970ca953214baeb0eda1a /spec/unit/provider | |
| parent | 249e287ed2dd6260b0289e27606b3cccea402fd5 (diff) | |
| parent | fd7332be5ca8ba78ff24a455fddad1713be779b5 (diff) | |
Merge pull request #48 from daniel-pittman/maint/2.7.x/strip-incorrect-rights-statements
Maint/2.7.x/strip incorrect rights statements
Diffstat (limited to 'spec/unit/provider')
| -rwxr-xr-x | spec/unit/provider/group/ldap_spec.rb | 4 | ||||
| -rwxr-xr-x | spec/unit/provider/ldap_spec.rb | 4 | ||||
| -rwxr-xr-x | spec/unit/provider/mount/parsed_spec.rb | 4 | ||||
| -rwxr-xr-x | spec/unit/provider/user/ldap_spec.rb | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/spec/unit/provider/group/ldap_spec.rb b/spec/unit/provider/group/ldap_spec.rb index 947007f10..28a57e0ee 100755 --- a/spec/unit/provider/group/ldap_spec.rb +++ b/spec/unit/provider/group/ldap_spec.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2008-3-10. -# Copyright (c) 2006. All rights reserved. - require 'spec_helper' provider_class = Puppet::Type.type(:group).provider(:ldap) diff --git a/spec/unit/provider/ldap_spec.rb b/spec/unit/provider/ldap_spec.rb index 012a22b99..913e81fb9 100755 --- a/spec/unit/provider/ldap_spec.rb +++ b/spec/unit/provider/ldap_spec.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2008-3-21. -# Copyright (c) 2006. All rights reserved. - require 'spec_helper' require 'puppet/provider/ldap' diff --git a/spec/unit/provider/mount/parsed_spec.rb b/spec/unit/provider/mount/parsed_spec.rb index 7831dae3a..e812e3359 100755 --- a/spec/unit/provider/mount/parsed_spec.rb +++ b/spec/unit/provider/mount/parsed_spec.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2007-9-12. -# Copyright (c) 2006. All rights reserved. - require 'spec_helper' require 'shared_behaviours/all_parsedfile_providers' diff --git a/spec/unit/provider/user/ldap_spec.rb b/spec/unit/provider/user/ldap_spec.rb index 065b3b423..8888d85ed 100755 --- a/spec/unit/provider/user/ldap_spec.rb +++ b/spec/unit/provider/user/ldap_spec.rb @@ -1,8 +1,4 @@ #!/usr/bin/env rspec -# -# Created by Luke Kanies on 2008-3-10. -# Copyright (c) 2006. All rights reserved. - require 'spec_helper' provider_class = Puppet::Type.type(:user).provider(:ldap) |
