diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-10 15:53:52 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-10 15:53:52 +0000 |
commit | 4759018c7ee026d869c146847d2dc196c677c4c8 (patch) | |
tree | dfa69e25d5306548b342644146eadca017eab264 /spec/models/info_request_spec.rb | |
parent | 317b63ad018227b2865bd427e9e8fe3536877ceb (diff) |
Symmetrically, put a time in this test
Diffstat (limited to 'spec/models/info_request_spec.rb')
-rw-r--r-- | spec/models/info_request_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/info_request_spec.rb b/spec/models/info_request_spec.rb index aebff2ce9..c7b1db83c 100644 --- a/spec/models/info_request_spec.rb +++ b/spec/models/info_request_spec.rb @@ -140,7 +140,7 @@ describe InfoRequest do end it "is overdue a day after due date " do - Time.stub!(:now).and_return(Time.utc(2007, 11, 10)) + Time.stub!(:now).and_return(Time.utc(2007, 11, 10, 00, 01)) @ir.calculate_status.should == 'waiting_response_overdue' end end |