Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4aeafd92
Commit
4aeafd92
authored
Oct 29, 2020
by
Guillaume Grossetie
Committed by
Guillaume Grossetie
Nov 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
b844ca67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
spec/lib/gitlab/asciidoc_spec.rb
spec/lib/gitlab/asciidoc_spec.rb
+1
-0
No files found.
spec/lib/gitlab/asciidoc_spec.rb
View file @
4aeafd92
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment