diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-08 14:56:05 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-08 14:56:05 +0100 |
commit | eae08f3082b1e3d2ee310e29c645044a89a57850 (patch) | |
tree | 48950ba943b936d3dd07749be13946f1c2fa42bf | |
parent | c0b96622c20ec8632de38e31e6fb6a5b62cfa6f6 (diff) |
It is now 100, not 200
-rw-r--r-- | spec/models/track_mailer_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/track_mailer_spec.rb b/spec/models/track_mailer_spec.rb index 02f3bc991..df5eb6f7d 100644 --- a/spec/models/track_mailer_spec.rb +++ b/spec/models/track_mailer_spec.rb @@ -59,7 +59,7 @@ describe TrackMailer do end it 'should ask for the events returned by the tracking query' do - InfoRequest.should_receive(:full_search).with([InfoRequestEvent], 'test query', 'described_at', true, nil, 200, 1).and_return(@xapian_search) + InfoRequest.should_receive(:full_search).with([InfoRequestEvent], 'test query', 'described_at', true, nil, 100, 1).and_return(@xapian_search) TrackMailer.alert_tracks end |