From 96e980b6836f8c696429838258d2cc0778d8dcec Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Thu, 25 Oct 2012 18:25:45 +0100 Subject: Restore removed testing config param, remove spec for unset param - I think not really worth it. --- spec/models/user_spec.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'spec/models/user_spec.rb') diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb index 779b74d0c..e31c3f1b5 100644 --- a/spec/models/user_spec.rb +++ b/spec/models/user_spec.rb @@ -302,12 +302,3 @@ describe User, "when emails have bounced" do user.email_bounce_message.should == "The reason we think the email bounced (e.g. a bounce message)" end end - -describe User, 'when asked if the user has exceeded their request limit' do - - it 'should return false if there is no max requests value set in the site configuration' do - user = User.new - lambda{ user.exceeded_limit? }.should_not raise_error - end - -end -- cgit v1.2.3