Commit f7cf2a7b authored by Stan Hu's avatar Stan Hu

Merge branch 'revert-58d1cd6b' into 'master'

Revert "Merge branch 'fix-rspec_profiling-establish_connection-string-deprecation' into 'master'"

See merge request !11153
parents 66b225d4 e0813022
module RspecProfilingExt
module PSQL
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment