Skip to content

Commit

Permalink
Minitest: remove some redundant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Aug 22, 2015
1 parent 879ce40 commit 2af0b42
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,11 @@
include Helpers::PostfixDovecotTest

describe 'postfix' do
it 'postfix should be running' do
service('postfix').must_be_running
end

it 'should be able to send mails through SES' do
skip unless node['postfix-dovecot']['ses']['enabled']
send_test_mail(
node['postfix-dovecot']['ses']['email'], '[email protected]'
)
end
end

describe 'dovecot' do
it 'dovecot should be running' do
service('dovecot').must_be_running
end
end
end

0 comments on commit 2af0b42

Please sign in to comment.