We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3abe9 commit 21a8ef7Copy full SHA for 21a8ef7
spec/classes/license_spec.rb
@@ -10,7 +10,7 @@
10
let(:params) { { source: file_uri } }
11
12
it { is_expected.to compile }
13
- it { is_expected.to contain_class('zend_common::license').with(source: file_uri) }
+ it { is_expected.to contain_class('zend_common::license').with_source(file_uri) }
14
15
describe 'creates license file' do
16
it { is_expected.to contain_file('/opt/zend/zendphp/etc/license').with_source(file_uri) }
0 commit comments