Fix failing test

Pre-conditions with parent running out-of-order.
This commit is contained in:
Michael Miller 2019-01-23 15:13:27 -07:00
parent 41729217bb
commit 2f5e59d88b

View file

@ -59,8 +59,8 @@ module Spectator
end
def run_pre_conditions : Nil
super
parent.run_pre_conditions
super
end
def run_post_conditions : Nil