From b4a5d72198df331e8cc62d309d14a989fa4c311c Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 13 Jun 2014 13:15:26 +0200 Subject: migrate tests to new format --- spec/classes/munin_host_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/classes/munin_host_spec.rb') diff --git a/spec/classes/munin_host_spec.rb b/spec/classes/munin_host_spec.rb index 461ced5..b707b5d 100644 --- a/spec/classes/munin_host_spec.rb +++ b/spec/classes/munin_host_spec.rb @@ -10,7 +10,7 @@ describe 'munin::host' do }} it { should contain_package('munin') } it { should contain_file('/etc/munin/munin.conf') } - it { should include_class('munin::host') } + it { should contain_class('munin::host') } end shared_examples 'redhat-host' do |os, codename| @@ -22,7 +22,7 @@ describe 'munin::host' do }} it { should contain_package('munin') } it { should contain_file('/etc/munin/munin.conf') } - it { should include_class('munin::host') } + it { should contain_class('munin::host') } end context 'on debian-like system' do -- cgit v1.2.3