* fixing more time comparisons in tests
This commit is contained in:
parent
55e304e109
commit
0ebdc0ee7c
|
|
@ -253,7 +253,7 @@ describe Router do
|
|||
# verify that last_jam_reason, last_jam_addr, and last_jam_updated_at were updated
|
||||
@user.last_jam_addr.should == last_jam_addr
|
||||
@user.last_jam_updated_reason.should == last_jam_updated_reason
|
||||
@user.last_jam_updated_at.should == last_jam_updated_at
|
||||
@user.last_jam_updated_at.round.should == last_jam_updated_at.round
|
||||
@user.last_jam_locidispid.should == last_jam_locidispid
|
||||
done
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue