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 | f9c2b20d317abdc6191e08d6e536892ee07689e9 (patch) | |
tree | 963c7acb794c0bf516d201337e9f4be4e3a29d3e /t | |
parent | 4749fe9c09d1182ccde108049a7879bde63cf527 (diff) |
Added new alert-type, to merely write to a file.
Diffstat (limited to 't')
-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. |