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 349d037 commit cc875b6Copy full SHA for cc875b6
1 file changed
spec/spec_helper.cr
@@ -24,7 +24,7 @@ module CQLSpecSupport
24
return cached unless cached.nil?
25
26
@@postgres_available = begin
27
- DB.open(postgres_database_url) do |db|
+ DB.open(postgres_database_url) do
28
db.scalar("SELECT 1")
29
true
30
end
0 commit comments