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
When the context block has only a single test, it makes little sense to actually use the context block and making the code unnecessary indented and a little more complicated.
# badcontext'when condition'doit'tests something'doendend# goodit'tests something when condition'doend