aboutsummaryrefslogtreecommitdiff
path: root/spec/classes/samba__server__config_spec.rb
blob: 5f13aa4dcc2e06b24c16bfa055e73be2f9a31e11 (plain)
1
2
3
4
5
6
7
8
9
10
require 'spec_helper'

describe 'samba::server::config', :type => :class do
  context "on a Debian OS" do
    let( :facts ) { { :osfamily => 'Debian' } }

    it { should contain_file('/etc/samba/smb.conf').with_owner('root') }
  end
end