summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasq <asq@asq.art.pl>2014-02-26 18:10:32 +0100
committerasq <asq@asq.art.pl>2014-02-26 18:10:32 +0100
commit3da4ca80bcdf1e7dcff60a8bf61fb93eb291c419 (patch)
tree3b2c8322559df4b1b8b109846072110b00b19792
parent4d002c7d46f4a2c87ec1e3e27c4ee695f60ffa7f (diff)
x509 format - fix test
-rw-r--r--spec/trocla_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/trocla_spec.rb b/spec/trocla_spec.rb
index fe95520..afb838a 100644
--- a/spec/trocla_spec.rb
+++ b/spec/trocla_spec.rb
@@ -121,6 +121,7 @@ describe "Trocla" do
def format_options
@format_options ||= Hash.new({}).merge({
'pgsql' => { 'username' => 'test' }
+ 'x509' => { 'CN' => 'test' }
})
end