File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1616 it { is_expected . to contain_class ( 'zendhq::package' ) }
1717 it { is_expected . to contain_class ( 'zendhq::service' ) }
1818 it { is_expected . to contain_class ( 'zend_common::license' ) . with_source ( file_uri ) }
19+ it { is_expected . to contain_class ( 'zend_common::license' ) . that_notifies ( 'Class[zendhq::service]' ) }
20+ it { is_expected . to contain_class ( 'zend_common::license' ) . that_subscribes_to ( 'Class[zendhq::package]' ) }
1921 end
2022
2123 describe 'installs epel-release on CentOS' do
3032 settings = { 'zendhq.daemon_uri' : 'tcp://0.0.0.0:10090' }
3133 let ( :params ) { { license_source : file_uri , settings : settings } }
3234
33- it { is_expected . to contain_class ( 'zendhq::config' ) }
35+ it { is_expected . to contain_class ( 'zendhq::config' ) . that_notifies ( 'Class[zendhq::service]' ) }
36+ it { is_expected . to contain_class ( 'zendhq::config' ) . that_subscribes_to ( 'Class[zendhq::package]' ) }
3437 end
3538 end
3639 end
You can’t perform that action at this time.
0 commit comments