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 3be96f9 commit eee50f6Copy full SHA for eee50f6
test/database.yml
@@ -8,7 +8,7 @@ connections:
8
password: <%= ENV["PGPASSWORD"] || "" %>
9
setup: default
10
schema_search_path: public
11
- aruint2:
+ arunit2:
12
host: <%= ENV["PGHOST"] || "127.0.0.1" %>
13
port: <%= ENV["PGPORT"] || "5432" %>
14
database: <%= ENV["PGDATABASE"] || "postgis_adapter_test" %>
test/test_helper.rb
@@ -91,6 +91,8 @@ def wrap_the_thing(name)
91
puts
92
puts "#{name} took #{Minitest.clock_time - t0} seconds"
93
94
+ pp SpatialModel.lease_connection.instance_variable_get(:@raw_connection).conninfo_hash
95
+ puts
96
StackProf::Report.new(profile).print_text
97
rv
98
end
0 commit comments