From 6f4057392857313355769de7fea293b5e50f0779 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 22:15:19 +0200 Subject: Update `require` paths in database client files Change the paths in the code to conform to the new file layout introduced in b700c1bef89a67a64f1040fb6bb03c0320eefe91. --- spec/dbshell/client/postgres_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/dbshell/client/postgres_spec.rb') 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 -- cgit v1.2.3