From 77e148ca5e3b1793bea63ddbc1ae45ac4ef1e95d Mon Sep 17 00:00:00 2001 From: Nick Recobra Date: Wed, 16 Mar 2011 18:09:20 +0300 Subject: [PATCH] Turning off long running spec. --- spec/controllers/errs_controller_spec.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/spec/controllers/errs_controller_spec.rb b/spec/controllers/errs_controller_spec.rb index ad2bbf2..3952604 100644 --- a/spec/controllers/errs_controller_spec.rb +++ b/spec/controllers/errs_controller_spec.rb @@ -33,6 +33,7 @@ describe ErrsController do end it "should handle lots of errors" do + pending "Turning off long running spec" 1000.times { Factory :notice } lambda { get :index }.should_not raise_error end -- libgit2 0.21.2