mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
EPP md doc test
This commit is contained in:
parent
2d3b17493d
commit
8b83b547dd
2 changed files with 7 additions and 5666 deletions
5669
doc/epp-doc.md
5669
doc/epp-doc.md
File diff suppressed because it is too large
Load diff
|
@ -9,11 +9,11 @@ class EppDoc
|
||||||
@output.puts '# EPP REQUEST - RESPONSE DOCUMENTATION'
|
@output.puts '# EPP REQUEST - RESPONSE DOCUMENTATION'
|
||||||
@output.puts "GENERATED AT: #{Time.now} "
|
@output.puts "GENERATED AT: #{Time.now} "
|
||||||
@output.puts "EXAMPLE COUNT: #{example_count.count} "
|
@output.puts "EXAMPLE COUNT: #{example_count.count} "
|
||||||
@output.puts '---'
|
@output.puts "\n---\n\n"
|
||||||
end
|
end
|
||||||
|
|
||||||
def example_started(notification)
|
def example_started(notification)
|
||||||
@output.puts "## #{notification.example.full_description}\n\n"
|
@output.puts "### #{notification.example.full_description} \n\n"
|
||||||
end
|
end
|
||||||
|
|
||||||
def example_passed(_example)
|
def example_passed(_example)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue