Revert "Merge branch 'fix-rspec_profiling-establish_connection-string-deprecation' into 'master'"
This reverts merge request !11150
This commit is contained in:
parent
8a0cde81fe
commit
e08130223c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
module RspecProfilingExt
|
module RspecProfilingExt
|
||||||
module PSQL
|
module PSQL
|
||||||
def establish_connection
|
def establish_connection
|
||||||
::RspecProfiling::Collectors::PSQL::Result.establish_connection(ENV['RSPEC_PROFILING_POSTGRES_URL'].to_sym)
|
::RspecProfiling::Collectors::PSQL::Result.establish_connection(ENV['RSPEC_PROFILING_POSTGRES_URL'])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue