From 024ec12b7d31dd4b2357a18a27bf2ad47b3e7f03 Mon Sep 17 00:00:00 2001 From: Justin Ko Date: Sat, 19 Nov 2011 14:48:42 -0700 Subject: [PATCH] Don't exclude "ui" specs from the default spec run - they're fast enough now. --- .rspec | 1 - 1 file changed, 1 deletion(-) diff --git a/.rspec b/.rspec index f2916c73a1..b017218468 100644 --- a/.rspec +++ b/.rspec @@ -1,3 +1,2 @@ --default_path spec --order rand ---tag ~ui