summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasq <asq@asq.art.pl>2014-02-26 18:30:03 +0100
committerasq <asq@asq.art.pl>2014-02-26 18:30:03 +0100
commitc7521013ba8b2d14915624c7deebe0d659675cdd (patch)
tree21c2d8def628dbeabfd09dcd27ff1f9809db145a
parent3da4ca80bcdf1e7dcff60a8bf61fb93eb291c419 (diff)
x509 format - fix test
-rw-r--r--spec/trocla_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/trocla_spec.rb b/spec/trocla_spec.rb
index afb838a..61d9921 100644
--- a/spec/trocla_spec.rb
+++ b/spec/trocla_spec.rb
@@ -120,8 +120,8 @@ describe "Trocla" do
def format_options
@format_options ||= Hash.new({}).merge({
- 'pgsql' => { 'username' => 'test' }
- 'x509' => { 'CN' => 'test' }
+ 'pgsql' => { 'username' => 'test' },
+ 'x509' => { 'CN' => 'test' },
})
end