Merge pull request #234 from hunner/fix_dash_tests
[puppet-modules/puppetlabs-apt.git] / spec / defines / pin_spec.rb
index a4cb1e26e3ad74f0ef67a58b52af2f9119278aa9..7a58e78d1f18ef4fc6bd02e02a1576390f45e023 100644 (file)
@@ -85,7 +85,7 @@ describe 'apt::pin', :type => :define do
         param_set[:params]
       end
 
-      it { should include_class("apt::params") }
+      it { should contain_class("apt::params") }
 
       it { should contain_file("#{title}.pref").with({
           'ensure'  => param_hash[:ensure],