Skip to content

Instantly share code, notes, and snippets.

@taogawa
Created June 3, 2016 07:25
Show Gist options
  • Save taogawa/182264e97b38453b37c2cf0066dcfa4d to your computer and use it in GitHub Desktop.
Save taogawa/182264e97b38453b37c2cf0066dcfa4d to your computer and use it in GitHub Desktop.

rspecの実行が遅いテストをリストアップする

rspec --profile [count] spec/
# specの実行がおそいテスト100件を抽出
rspec --profile 100 spec/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment