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
Defining variables in rspec is dangerous since they end up being defined
on classes. That means that in a for loop it may end up being defined as
the last running version. A let block provides proper variable scoping.
This wasn't a problem until fb0d078
where it ran spec tests on all operating systems. Then it became
dependent on the order of the supported operating systems.
Fixes: fb0d078
0 commit comments