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
I've set config.keep_source_order = true but my output is ordered by the order the tests run in, not the order they appear in the source code. Is this expected?
Edit: I have config.order = "random" in my RSpec configuration, that's probably important information.