summaryrefslogtreecommitdiff
path: root/spec/system/ntp_install_spec.rb
blob: 434cf585a84d5aa308b0effa1b92ef7b9007d788 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'spec_helper_system'

describe 'ntp::install class' do
  let(:os) {
    node.facts['osfamily']
  }

  describe package('ntp') do
    it { should be_installed }
  end
end