You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This takes the various methods for different types of constructs in
`ExampleGroup` and combines them into a couple of generic methods. Not
sure, but I think it may also address an existing bug if `subject {}` or
other methods that match constructs are called within an example. The
`hooks` had a check for `example?`, but the others didn't. This prevents
recursing if the node is an example in all cases.
0 commit comments