From dc42b8f3589ff61131dbb1679e9432515910b53b Mon Sep 17 00:00:00 2001 From: Ruslan Khaertdinov Date: Fri, 29 Jan 2016 15:28:24 +0300 Subject: [PATCH] Show slowest specs through '--profile' option --- .rspec | 1 + 1 file changed, 1 insertion(+) diff --git a/.rspec b/.rspec index e4a834f0..f6c2fe55 100644 --- a/.rspec +++ b/.rspec @@ -1,3 +1,4 @@ --colour --format <%= ENV['CI'] ? 'progress' : 'Fuubar' %> --require spec_helper +--profile