Skip to content
Snippets Groups Projects
Commit 992c334a authored by Stan Hu's avatar Stan Hu
Browse files

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

This reverts merge request !11150

Former-commit-id: e0813022
parent bdf7a2a8
No related branches found
No related tags found
No related merge requests found
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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment