From 99f91105277b6d86a406a7a8aa92613f415f277c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 18:32:46 +0200 Subject: Add `DBShell::PostgresClient` stub Make an empty container to pass the basic tests. --- spec/dbshell/postgres_client_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/dbshell/postgres_client_spec.rb b/spec/dbshell/postgres_client_spec.rb index d1ace86..a5cbcfd 100644 --- a/spec/dbshell/postgres_client_spec.rb +++ b/spec/dbshell/postgres_client_spec.rb @@ -1,4 +1,5 @@ require 'minitest/autorun' +require 'dbshell/postgres_client' describe DBShell::PostgresClient do describe ".build_command" do -- cgit v1.2.3