We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500549f commit 79eb960Copy full SHA for 79eb960
spec/defines/requirements_spec.rb
@@ -52,6 +52,7 @@
52
end
53
it { is_expected.to contain_file('/requirements.txt').with_owner('root').with_group('root') }
54
55
+
56
describe 'without cwd' do
57
it { is_expected.to compile.and_raise_error(%r{parameter 'cwd' expects a Stdlib::Absolutepath}) }
58
0 commit comments