diff options
Diffstat (limited to 'spec/dbshell/client/postgres_spec.rb')
-rw-r--r-- | spec/dbshell/client/postgres_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/dbshell/client/postgres_spec.rb b/spec/dbshell/client/postgres_spec.rb index c267ac0..c9cb2c7 100644 --- a/spec/dbshell/client/postgres_spec.rb +++ b/spec/dbshell/client/postgres_spec.rb @@ -1,10 +1,10 @@ require 'minitest/autorun' require 'dbshell/client/postgres' -describe DBShell::PostgresClient do +describe DBShell::Client::Postgres do describe ".build_command" do it "builds basic arguments" do - DBShell::PostgresClient.build_command({ + DBShell::Client::Postgres.build_command({ 'adapter' => 'postgresql', 'host' => 'mailmarehost', 'port' => 6027, |