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"
|
# # describe "#foo"
|
||||||
# module Group123
|
# module Group123
|
||||||
#
|
# # Start a new group.
|
||||||
# # Start a new group.
|
# # More on this in a bit.
|
||||||
# # More on this in a bit.
|
# Builder.start_group("#foo")
|
||||||
# Builder.start_group("#foo")
|
|
||||||
#
|
#
|
||||||
# def subject
|
# def subject
|
||||||
# described_class.foo(value)
|
# described_class.foo(value)
|
||||||
|
@ -127,12 +126,10 @@ module Spectator::DSL
|
||||||
#
|
#
|
||||||
# # End "when given :bar" group.
|
# # End "when given :bar" group.
|
||||||
# Builder.end_group
|
# Builder.end_group
|
||||||
#
|
|
||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
# # End "#foo" group.
|
# # End "#foo" group.
|
||||||
# Builder.end_group
|
# Builder.end_group
|
||||||
#
|
|
||||||
# end
|
# end
|
||||||
# ```
|
# ```
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue