We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879ce40 commit 2af0b42Copy full SHA for 2af0b42
test/cookbooks/postfix-dovecot_test/files/default/tests/minitest/default_test.rb
@@ -23,21 +23,11 @@
23
include Helpers::PostfixDovecotTest
24
25
describe 'postfix' do
26
- it 'postfix should be running' do
27
- service('postfix').must_be_running
28
- end
29
-
30
it 'should be able to send mails through SES' do
31
skip unless node['postfix-dovecot']['ses']['enabled']
32
send_test_mail(
33
node['postfix-dovecot']['ses']['email'], '[email protected]'
34
)
35
end
36
37
38
- describe 'dovecot' do
39
- it 'dovecot should be running' do
40
- service('dovecot').must_be_running
41
42
43
0 commit comments