Commit 4aeafd92 authored by Guillaume Grossetie's avatar Guillaume Grossetie Committed by Guillaume Grossetie

Apply 1 suggestion(s) to 1 file(s)

parent b844ca67
......@@ -468,6 +468,7 @@ module Gitlab
allow_any_instance_of(ApplicationSetting).to receive(:kroki_enabled).and_return(true)
allow_any_instance_of(ApplicationSetting).to receive(:kroki_url).and_return('https://kroki.io')
end
it 'converts a graphviz diagram to image' do
input = <<~ADOC
[graphviz]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment