]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
Fix tests for all the _ options.
authorDavid Sheldon <dave-github@earth.li>
Fri, 9 Oct 2015 17:24:22 +0000 (18:24 +0100)
committerDavid Sheldon <dave-github@earth.li>
Fri, 9 Oct 2015 17:24:22 +0000 (18:24 +0100)
spec/classes/samba__server_spec.rb

index fce10bbcd9ec0a4095430f4cbab178481af114b3..69fa0ec7d0cd268c98ce93b90949985517837a4c 100644 (file)
@@ -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') }