require 'spec_helper'

describe 'yum-zabbix::default' do
    describe yumrepo('zabbix') do
        it { should be_enabled }
    end
end