Closed jagthedrummer closed 1 week ago
When using def setup things can behave unpredictably if developers forget to call super. Using the setup do hook eliminates that problem.
def setup
super
setup do
Fixes: https://github.com/bullet-train-co/bullet_train/issues/1626
When using
def setup
things can behave unpredictably if developers forget to callsuper
. Using thesetup do
hook eliminates that problem.Fixes: https://github.com/bullet-train-co/bullet_train/issues/1626