summaryrefslogtreecommitdiff
path: root/spec/trocla_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/trocla_spec.rb')
-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