From: Matthias Hecker Date: Mon, 30 Mar 2020 21:55:28 +0000 (+0200) Subject: test: change db adapter to dbm X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=235b43b450b3c60058cc0de19641ff5be23d7a6c;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git test: change db adapter to dbm --- diff --git a/test/plugins/test_rot13.rb b/test/plugins/test_rot13.rb index 0727c77f..77e6fbda 100644 --- a/test/plugins/test_rot13.rb +++ b/test/plugins/test_rot13.rb @@ -30,7 +30,7 @@ class MockBot end def registry_factory - Irc::Bot::Registry.new('tc') + Irc::Bot::Registry.new('dbm') end end