Grouplist to group list #299
Annotations
6 errors
Run tests:
spec/defines/group_spec.rb#L10
yum::group with no parameters is expected to contain Exec[yum-groupinstall-Core] with command => "yum -y groupinstall 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}").with_command("yum -y groupinstall 'Core'") }
expected that the catalogue would contain Exec[yum-groupinstall-Core] with command set to "yum -y groupinstall 'Core'" but it is set to "yum -y group install 'Core'"
|
Run tests:
spec/defines/group_spec.rb#L18
yum::group when ensure is set to `absent` is expected to contain Exec[yum-groupremove-Core] with command => "yum -y groupremove 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupremove-#{title}").with_command("yum -y groupremove 'Core'") }
expected that the catalogue would contain Exec[yum-groupremove-Core] with command set to "yum -y groupremove 'Core'" but it is set to "yum -y group remove 'Core'"
|
Run tests:
spec/defines/group_spec.rb#L34
yum::group with an install option specified is expected to contain Exec[yum-groupinstall-Core] with command => "yum -y groupinstall 'Core' --enablerepo=epel"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}").with_command("yum -y groupinstall 'Core' --enablerepo=epel") }
expected that the catalogue would contain Exec[yum-groupinstall-Core] with command set to "yum -y groupinstall 'Core' --enablerepo=epel" but it is set to "yum -y group install 'Core' --enablerepo=epel"
|
Run tests:
spec/defines/group_spec.rb#L42
yum::group when ensure is set to `latest` is expected to contain Exec[yum-groupinstall-Core] with command => "yum -y groupinstall 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}").with_command("yum -y groupinstall 'Core'") }
expected that the catalogue would contain Exec[yum-groupinstall-Core] with command set to "yum -y groupinstall 'Core'" but it is set to "yum -y group install 'Core'"
|
Run tests:
spec/defines/group_spec.rb#L43
yum::group when ensure is set to `latest` is expected to contain Exec[yum-groupinstall-Core-latest] with command => "yum -y groupinstall 'Core'"
Failure/Error: it { is_expected.to contain_exec("yum-groupinstall-#{title}-latest").with_command("yum -y groupinstall 'Core'") }
expected that the catalogue would contain Exec[yum-groupinstall-Core-latest] with command set to "yum -y groupinstall 'Core'" but it is set to "yum -y group install 'Core'"
|
Run tests
Process completed with exit code 1.
|
Loading