From 2f5e59d88b879188929e3ae9d136ea7cbcbcd133 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 23 Jan 2019 15:13:27 -0700 Subject: [PATCH] Fix failing test Pre-conditions with parent running out-of-order. --- src/spectator/nested_example_group.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectator/nested_example_group.cr b/src/spectator/nested_example_group.cr index 9e7a511..f0e6c0f 100644 --- a/src/spectator/nested_example_group.cr +++ b/src/spectator/nested_example_group.cr @@ -59,8 +59,8 @@ module Spectator end def run_pre_conditions : Nil - super parent.run_pre_conditions + super end def run_post_conditions : Nil