diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 16:25:11 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 16:25:11 +0000 |
commit | 278345193b1dc96c31528882e7bb1b4fc160fcb2 (patch) | |
tree | 963c7acb794c0bf516d201337e9f4be4e3a29d3e /t/test-custodian-alertfactory.rb | |
parent | 9b742b290ecfb2ea224d68c5e5f6e65518623047 (diff) |
Added new alert-type, to merely write to a file.
Diffstat (limited to 't/test-custodian-alertfactory.rb')
-rwxr-xr-x | t/test-custodian-alertfactory.rb | 2 |
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. |