Skip to content
Snippets Groups Projects
Commit 606b4fd5 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Use pending instead of skip in specs

parent 5098e989
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ describe 'postfix' do ...@@ -159,7 +159,7 @@ describe 'postfix' do
end end
context 'when enabling ldap' do context 'when enabling ldap' do
it 'should do stuff' do it 'should do stuff' do
skip 'need to write this still' pending 'need to write this still'
end end
end end
context 'when a custom mail_user is specified' do context 'when a custom mail_user is specified' do
...@@ -175,7 +175,7 @@ describe 'postfix' do ...@@ -175,7 +175,7 @@ describe 'postfix' do
:mailman => true :mailman => true
} } } }
it 'should do stuff' do it 'should do stuff' do
skip 'need to write this still' pending 'need to write this still'
end end
end end
context 'when specifying a custom mastercf_source' do context 'when specifying a custom mastercf_source' do
...@@ -183,7 +183,7 @@ describe 'postfix' do ...@@ -183,7 +183,7 @@ describe 'postfix' do
:mastercf_source => 'testy' :mastercf_source => 'testy'
} } } }
it 'should do stuff' do it 'should do stuff' do
skip 'need to write this still' pending 'need to write this still'
end end
end end
context 'when specifying a custom master_smtp' do context 'when specifying a custom master_smtp' do
...@@ -225,12 +225,12 @@ describe 'postfix' do ...@@ -225,12 +225,12 @@ describe 'postfix' do
end end
context 'when specifying mydesitination' do context 'when specifying mydesitination' do
it 'should do stuff' do it 'should do stuff' do
skip 'need to write this still' pending 'need to write this still'
end end
end end
context 'when specifying mynetworks' do context 'when specifying mynetworks' do
it 'should do stuff' do it 'should do stuff' do
skip 'need to write this still' pending 'need to write this still'
end end
end end
context 'when specifying myorigin' do context 'when specifying myorigin' do
...@@ -241,7 +241,7 @@ describe 'postfix' do ...@@ -241,7 +241,7 @@ describe 'postfix' do
end end
context 'when specifying relayhost' do context 'when specifying relayhost' do
it 'should do stuff' do it 'should do stuff' do
skip 'need to write this still' pending 'need to write this still'
end end
end end
context 'when specifying a root_mail_recipient' do context 'when specifying a root_mail_recipient' do
...@@ -272,7 +272,7 @@ describe 'postfix' do ...@@ -272,7 +272,7 @@ describe 'postfix' do
context 'when specifying smtp_listen' do context 'when specifying smtp_listen' do
let (:params) { { :smtp_listen => 'all' } } let (:params) { { :smtp_listen => 'all' } }
it 'should do stuff' do it 'should do stuff' do
skip 'need to write this still' pending 'need to write this still'
end end
end end
context 'when use_amavisd is true' do context 'when use_amavisd is true' do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment