Commit 21a0f86e4ca640fdf7e04fc6d5097483cca77e99

Authored by Nathan Broadbent
1 parent 3f7a2346
Exists in master and in 1 other branch production

This 'handle lots of errors' test doesn't really test anything at all.

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
spec/controllers/errs_controller_spec.rb
... ... @@ -32,12 +32,6 @@ describe ErrsController do
32 32 response.body.should match(@err.message)
33 33 end
34 34  
35   - it "should handle lots of errors" do
36   - pending "Turning off long running spec"
37   - 1000.times { Factory :notice }
38   - lambda { get :index }.should_not raise_error
39   - end
40   -
41 35 context "pagination" do
42 36 before(:each) do
43 37 35.times { Factory :err }
... ...