diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-26 15:05:05 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-26 15:05:05 +0000 |
commit | e1eb1603dbc13ca74fb197f36c5b6a68f61419eb (patch) | |
tree | 4d31ed8c91a8c1d378e40334f24fc758eed35bef /t | |
parent | 86ed15b1bb4cd25f355f8cd57db1cd7c89f27b56 (diff) |
test the redis module too
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 4f2fb8d..cbc6777 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( file mauve smtp ).each do |name| + %w( file mauve redis smtp ).each do |name| # # Use the factory to instantiate the correct object. |