aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dbshell
diff options
context:
space:
mode:
authorTeddy Wing2017-04-29 18:32:46 +0200
committerTeddy Wing2017-04-29 19:15:46 +0200
commit99f91105277b6d86a406a7a8aa92613f415f277c (patch)
tree3827d71d83d2e9e88198a5c40ba3ef6ba572d0e4 /spec/dbshell
parent7b6d1e1b2c4a7991ceac7f4c7d07686c6f40d8ee (diff)
downloaddbshell-rails-99f91105277b6d86a406a7a8aa92613f415f277c.tar.bz2
Add `DBShell::PostgresClient` stub
Make an empty container to pass the basic tests.
Diffstat (limited to 'spec/dbshell')
-rw-r--r--spec/dbshell/postgres_client_spec.rb1
1 files changed, 1 insertions, 0 deletions
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