diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/dbshell/client/postgres_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/dbshell/client/postgres_spec.rb b/spec/dbshell/client/postgres_spec.rb index c9cb2c7..85223a7 100644 --- a/spec/dbshell/client/postgres_spec.rb +++ b/spec/dbshell/client/postgres_spec.rb @@ -18,7 +18,7 @@ describe DBShell::Client::Postgres do          '-h',          'mailmarehost',          '-p', -        6027, +        '6027',          'dbname'        ])      end  | 
