mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Formatting
This commit is contained in:
parent
0a218b7e9f
commit
0efaf9fa85
1 changed files with 3 additions and 6 deletions
|
@ -90,10 +90,9 @@ module Spectator::DSL
|
|||
#
|
||||
# # describe "#foo"
|
||||
# module Group123
|
||||
#
|
||||
# # Start a new group.
|
||||
# # More on this in a bit.
|
||||
# Builder.start_group("#foo")
|
||||
# # Start a new group.
|
||||
# # More on this in a bit.
|
||||
# Builder.start_group("#foo")
|
||||
#
|
||||
# def subject
|
||||
# described_class.foo(value)
|
||||
|
@ -127,12 +126,10 @@ module Spectator::DSL
|
|||
#
|
||||
# # End "when given :bar" group.
|
||||
# Builder.end_group
|
||||
#
|
||||
# end
|
||||
#
|
||||
# # End "#foo" group.
|
||||
# Builder.end_group
|
||||
#
|
||||
# end
|
||||
# ```
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue