summaryrefslogtreecommitdiff
path: root/spec/hosts/with_lens_noaugeas_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/hosts/with_lens_noaugeas_spec.rb')
-rw-r--r--spec/hosts/with_lens_noaugeas_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/hosts/with_lens_noaugeas_spec.rb b/spec/hosts/with_lens_noaugeas_spec.rb
deleted file mode 100644
index 7786918..0000000
--- a/spec/hosts/with_lens_noaugeas_spec.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-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