From 278345193b1dc96c31528882e7bb1b4fc160fcb2 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sat, 24 Nov 2012 16:25:11 +0000 Subject: Added new alert-type, to merely write to a file. --- t/test-custodian-alertfactory.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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. -- cgit v1.2.1