Skip to content

Instantly share code, notes, and snippets.

@naokazuterada
Created June 5, 2016 08:08
Show Gist options
  • Save naokazuterada/4dbce44a3e74f56909462d8c0d227389 to your computer and use it in GitHub Desktop.
Save naokazuterada/4dbce44a3e74f56909462d8c0d227389 to your computer and use it in GitHub Desktop.

ランダム順序で実行した際に、得られるseedの値を使って、同じ順序で実行する方法。

rspec
...
Randomized with seed 20437
...
# 順序を指定して実行
rebe rspec --order=random:20437

参考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment