diff --git a/spec/classes/postfix_satellite_spec.rb b/spec/classes/postfix_satellite_spec.rb
index c917b84fe122953fce72ee35c3c77db188d6680b..f540ae2040cfee7836bd6828f5cdb0ffd81acb08 100644
--- a/spec/classes/postfix_satellite_spec.rb
+++ b/spec/classes/postfix_satellite_spec.rb
@@ -6,7 +6,7 @@ describe 'postfix::satellite' do
     :osfamily                        => 'Debian',
     :needs_postfix_class_with_params => true,
   } }
-  it { should include_class('postfix::mta') }
+  it { should contain_class('postfix::mta') }
   it { should contain_postfix__virtual('@foo.example.com').with(
     :ensure      => 'present',
     :destination => 'root'
diff --git a/spec/classes/postfix_spec.rb b/spec/classes/postfix_spec.rb
index 173b5bdbfeab8c6367c8b46a5bccb1882f5e6d10..e39f000ce2f1b887a6f35b990d9c0e563272a09a 100644
--- a/spec/classes/postfix_spec.rb
+++ b/spec/classes/postfix_spec.rb
@@ -153,7 +153,7 @@ describe 'postfix' do
       end
       context 'when enabling ldap' do
         it 'should do stuff' do
-          pending 'need to write this still'
+          skip 'need to write this still'
         end
       end
       context 'when a custom mail_user is specified' do
@@ -169,7 +169,7 @@ describe 'postfix' do
           :mailman => true
         } }
         it 'should do stuff' do
-          pending 'need to write this still'
+          skip 'need to write this still'
         end
       end
       context 'when specifying a custom mastercf_source' do
@@ -177,7 +177,7 @@ describe 'postfix' do
           :mastercf_source => 'testy'
         } }
         it 'should do stuff' do
-          pending 'need to write this still'
+          skip 'need to write this still'
         end
       end
       context 'when specifying a custom master_smtp' do
@@ -209,7 +209,7 @@ describe 'postfix' do
           should contain_postfix__config('virtual_alias_maps').with_value('hash:/etc/postfix/virtual')
           should contain_postfix__config('transport_maps').with_value('hash:/etc/postfix/transport')
         end
-        it { should include_class('postfix::mta') }
+        it { should contain_class('postfix::mta') }
         context 'and satellite is also enabled' do
           let (:params) { { :mta => true, :satellite => true, :mydestination => '1.2.3.4', :relayhost => '2.3.4.5' } }
           it 'should fail' do
@@ -219,12 +219,12 @@ describe 'postfix' do
       end
       context 'when specifying mydesitination' do
         it 'should do stuff' do
-          pending 'need to write this still'
+          skip 'need to write this still'
         end
       end
       context 'when specifying mynetworks' do
         it 'should do stuff' do
-          pending 'need to write this still'
+          skip 'need to write this still'
         end
       end
       context 'when specifying myorigin' do
@@ -235,7 +235,7 @@ describe 'postfix' do
       end
       context 'when specifying relayhost' do
         it 'should do stuff' do
-          pending 'need to write this still'
+          skip 'need to write this still'
         end
       end
       context 'when specifying a root_mail_recipient' do
@@ -263,7 +263,7 @@ describe 'postfix' do
       context 'when specifying smtp_listen' do
         let (:params) { { :smtp_listen => 'all' } }
         it 'should do stuff' do
-          pending 'need to write this still'
+          skip 'need to write this still'
         end
       end
       context 'when use_amavisd is true' do
diff --git a/spec/defines/postfix_transport_spec.rb b/spec/defines/postfix_transport_spec.rb
index cc08ab93fd5aa051c2f27c76aa1c0a4df4988de9..fb76d6e4ef40450b3bf9786a5cd16cdc6443548a 100644
--- a/spec/defines/postfix_transport_spec.rb
+++ b/spec/defines/postfix_transport_spec.rb
@@ -84,7 +84,7 @@ describe 'postfix::transport' do
   end
 
   context 'when using default values' do
-    it { should include_class('postfix::augeas') }
+    it { should contain_class('postfix::augeas') }
     it { should contain_augeas('Postfix transport - foo').with(
       :incl    => '/etc/postfix/transport',
       :lens    => 'Postfix_Transport.lns',
@@ -104,7 +104,7 @@ describe 'postfix::transport' do
       :ensure      => 'present',
     } }
 
-    it { should include_class('postfix::augeas') }
+    it { should contain_class('postfix::augeas') }
     it { should contain_augeas('Postfix transport - foo').with(
       :incl    => '/tmp/transport',
       :lens    => 'Postfix_Transport.lns',
@@ -122,7 +122,7 @@ describe 'postfix::transport' do
       :ensure      => 'absent',
     } }
 
-    it { should include_class('postfix::augeas') }
+    it { should contain_class('postfix::augeas') }
     it { should contain_augeas('Postfix transport - foo').with(
       :incl    => '/etc/postfix/transport',
       :lens    => 'Postfix_Transport.lns',
diff --git a/spec/defines/postfix_virtual_spec.rb b/spec/defines/postfix_virtual_spec.rb
index 62c3c62310b0db02ef978902dfe2faffe2a98ccc..46e7ca2c5ccfdbff944a6deb902dd0bb2b9eeb9c 100644
--- a/spec/defines/postfix_virtual_spec.rb
+++ b/spec/defines/postfix_virtual_spec.rb
@@ -83,7 +83,7 @@ describe 'postfix::virtual' do
       :destination => 'bar',
     } }
 
-    it { should include_class('postfix::augeas') }
+    it { should contain_class('postfix::augeas') }
     it { should contain_augeas('Postfix virtual - foo').with(
       :incl    => '/etc/postfix/virtual',
       :lens    => 'Postfix_Virtual.lns',
@@ -101,7 +101,7 @@ describe 'postfix::virtual' do
       :ensure      => 'present',
     } }
 
-    it { should include_class('postfix::augeas') }
+    it { should contain_class('postfix::augeas') }
     it { should contain_augeas('Postfix virtual - foo').with(
       :incl    => '/tmp/virtual',
       :lens    => 'Postfix_Virtual.lns',
@@ -118,7 +118,7 @@ describe 'postfix::virtual' do
       :ensure      => 'absent',
     } }
 
-    it { should include_class('postfix::augeas') }
+    it { should contain_class('postfix::augeas') }
     it { should contain_augeas('Postfix virtual - foo').with(
       :incl    => '/etc/postfix/virtual',
       :lens    => 'Postfix_Virtual.lns',