Implement iterator version of ExampleGroup#each

This commit is contained in:
Michael Miller 2018-10-14 18:29:01 -06:00
parent 1a2cba79fc
commit 467afd053c

View file

@ -24,7 +24,7 @@ module Spectator
end
def each : Iterator(ExampleComponent)
raise NotImplementedError.new("ExampleGroup#each")
children.each
end
# TODO: Remove this method.