aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sheldon <dave-github@earth.li>2015-10-09 18:24:22 +0100
committerDavid Sheldon <dave-github@earth.li>2015-10-09 18:24:22 +0100
commit590d55da8dc735a9f955f6c9df7a424dd8609033 (patch)
treecb3dd9c418971cf34e4dba70c4b986e1d075c0ae
parentb2d5840ca565eb79672b152bcd74a24127929808 (diff)
downloadpuppet-samba-590d55da8dc735a9f955f6c9df7a424dd8609033.tar.gz
puppet-samba-590d55da8dc735a9f955f6c9df7a424dd8609033.tar.bz2
Fix tests for all the _ options.
-rw-r--r--spec/classes/samba__server_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/classes/samba__server_spec.rb b/spec/classes/samba__server_spec.rb
index fce10bb..69fa0ec 100644
--- a/spec/classes/samba__server_spec.rb
+++ b/spec/classes/samba__server_spec.rb
@@ -13,13 +13,13 @@ describe 'samba::server' do
it { should contain_samba__server__option('server string') }
it { should contain_samba__server__option('unix password sync') }
it { should contain_samba__server__option('workgroup') }
- it { should contain_samba__server__option('socket_options') }
+ it { should contain_samba__server__option('socket options') }
it { should contain_samba__server__option('deadtime') }
it { should contain_samba__server__option('keepalive') }
- it { should contain_samba__server__option('load_printers') }
+ it { should contain_samba__server__option('load printers') }
it { should contain_samba__server__option('printing') }
- it { should contain_samba__server__option('printcap_name') }
- it { should contain_samba__server__option('disable_spoolss') }
+ it { should contain_samba__server__option('printcap name') }
+ it { should contain_samba__server__option('disable spoolss') }
it { should contain_file('/sbin/check_samba_user').with_owner('root') }
it { should contain_file('/sbin/add_samba_user').with_owner('root') }