mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Update EPP doc
This commit is contained in:
parent
8b83b547dd
commit
e1fafbcedd
3 changed files with 5483 additions and 5338 deletions
5486
doc/epp-doc.md
5486
doc/epp-doc.md
File diff suppressed because it is too large
Load diff
5317
doc/epp_doc.txt
5317
doc/epp_doc.txt
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
class EppDoc
|
||||
RSpec::Core::Formatters.register self, :start, :example_started, :example_passed, :example_pending
|
||||
RSpec::Core::Formatters.register self, :start
|
||||
|
||||
def initialize(output)
|
||||
@output = output
|
||||
|
@ -15,20 +15,4 @@ class EppDoc
|
|||
def example_started(notification)
|
||||
@output.puts "### #{notification.example.full_description} \n\n"
|
||||
end
|
||||
|
||||
def example_passed(_example)
|
||||
# dash = '-' * 48
|
||||
# @output.puts "#{dash}PASS#{dash}\n\n"
|
||||
end
|
||||
|
||||
def example_failed(_example)
|
||||
# dash = '-' * 48
|
||||
# @output.puts "#{dash}FAIL#{dash}\n\n"
|
||||
end
|
||||
|
||||
def example_pending(_example)
|
||||
# dash_1 = '-' * 47
|
||||
# dash_2 = '-' * 46
|
||||
# @output.puts "#{dash_1}PENDING#{dash_2}\n\n"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue