* fixing more time comparisons in tests

This commit is contained in:
Seth Call 2014-07-22 14:57:34 -05:00
parent 55e304e109
commit 0ebdc0ee7c
1 changed files with 1 additions and 1 deletions

View File

@ -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