We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be4e02 commit 8dd8974Copy full SHA for 8dd8974
test/test_helper.rb
@@ -6,7 +6,7 @@
6
7
require "kredis"
8
9
-Kredis.configurator = Class.new { def config_for(name) {} end }.new
+Kredis.configurator = Class.new { def config_for(name) { db: "1" } end }.new
10
11
ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["VERBOSE"]
12
0 commit comments