8 lines
120 B
Ruby
8 lines
120 B
Ruby
|
title "YUM Zabbix Repository"
|
||
|
|
||
|
describe yum.repo('zabbix') do
|
||
|
it { should exist }
|
||
|
it { should be_enabled }
|
||
|
end
|
||
|
|