From 0ebdc0ee7ce093383efbacf18cc6e1a500cb6852 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 22 Jul 2014 14:57:34 -0500 Subject: [PATCH] * fixing more time comparisons in tests --- websocket-gateway/spec/jam_websockets/router_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-gateway/spec/jam_websockets/router_spec.rb b/websocket-gateway/spec/jam_websockets/router_spec.rb index cafd818ba..3f38ad2c0 100644 --- a/websocket-gateway/spec/jam_websockets/router_spec.rb +++ b/websocket-gateway/spec/jam_websockets/router_spec.rb @@ -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