From 21a0f86e4ca640fdf7e04fc6d5097483cca77e99 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 10 Aug 2011 22:39:31 +0800 Subject: [PATCH] This 'handle lots of errors' test doesn't really test anything at all. --- spec/controllers/errs_controller_spec.rb | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/spec/controllers/errs_controller_spec.rb b/spec/controllers/errs_controller_spec.rb index 77ce259..59f1ce3 100644 --- a/spec/controllers/errs_controller_spec.rb +++ b/spec/controllers/errs_controller_spec.rb @@ -32,12 +32,6 @@ describe ErrsController do response.body.should match(@err.message) 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 - context "pagination" do before(:each) do 35.times { Factory :err } -- libgit2 0.21.2