aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dbshell/client/postgres_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/dbshell/client/postgres_spec.rb')
-rw-r--r--spec/dbshell/client/postgres_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/dbshell/client/postgres_spec.rb b/spec/dbshell/client/postgres_spec.rb
index 2f767f1..c267ac0 100644
--- a/spec/dbshell/client/postgres_spec.rb
+++ b/spec/dbshell/client/postgres_spec.rb
@@ -1,5 +1,5 @@
require 'minitest/autorun'
-require 'dbshell/postgres_client'
+require 'dbshell/client/postgres'
describe DBShell::PostgresClient do
describe ".build_command" do