summaryrefslogtreecommitdiff
path: root/t/test-custodian-alertfactory.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-24 16:25:11 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-24 16:25:11 +0000
commit278345193b1dc96c31528882e7bb1b4fc160fcb2 (patch)
tree963c7acb794c0bf516d201337e9f4be4e3a29d3e /t/test-custodian-alertfactory.rb
parent9b742b290ecfb2ea224d68c5e5f6e65518623047 (diff)
Added new alert-type, to merely write to a file.
Diffstat (limited to 't/test-custodian-alertfactory.rb')
-rwxr-xr-xt/test-custodian-alertfactory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-custodian-alertfactory.rb b/t/test-custodian-alertfactory.rb
index 602ef5f..ede6aa7 100755
--- a/t/test-custodian-alertfactory.rb
+++ b/t/test-custodian-alertfactory.rb
@@ -30,7 +30,7 @@ class TestAlertFactory < Test::Unit::TestCase
#
# Ensure we can create each of the two alert types we care about
#
- %w( mauve smtp ).each do |name|
+ %w( file mauve smtp ).each do |name|
#
# Use the factory to instantiate the correct object.