Formatting

This commit is contained in:
Michael Miller 2018-11-03 12:14:29 -06:00
parent 0a218b7e9f
commit 0efaf9fa85

View file

@ -90,7 +90,6 @@ 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")
@ -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
# ``` # ```
# #