summaryrefslogtreecommitdiff
path: root/spec/hosts/with_lens_noaugeas_spec.rb
blob: 77869180cfbe667a6a375bcefaa268ba7fbdc6c5 (plain)
1
2
3
4
5
6
7
8
9
require 'spec_helper'

describe 'with_lens_noaugeas' do
  it 'should error' do
    expect {
      is_expected.to contain_file('/usr/share/augeas/lenses/foo.aug')
    }.to raise_error(Puppet::Error, /You must declare the augeas class/)
  end
end