spec/timestamp_spec.rb in redis_object-1.2.9 vs spec/timestamp_spec.rb in redis_object-1.3.0
- old
+ new
@@ -15,9 +15,10 @@
TimestampedObject.create(n.to_s)
sleep Random.rand(1.0)
end
TimestampedObject.recently_created.first.id.should eq("5")
+ TimestampedObject.recently_updated.first.id.should eq("5")
end
end
end