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
fix(busted) - before_each and after_each execute in unpredictable order - fixes#491 (#508)
* fix#491 where before_each and after_each execute in unpredictable
order. Just changed the tables that store these functions to be indexed by the
parent `describe`s index in the current_describe table which uses
sequential integers. Then in the run_each function where these
functions get executed, iterating thru them usning ipairs instead of
pairs.
0 commit comments