added a FIXME comment about broken model spec till index_labels option is implemented

This commit is contained in:
2011-03-09 22:50:04 +00:00
parent cfbe58a509
commit 49fc2afcfd

View File

@@ -125,7 +125,7 @@ describe Redistat::Model do
ModelHelper3.store("sheep.black", {:count => 6, :weight => 461}, @time.hours_ago(4))
ModelHelper3.store("sheep.black", {:count => 2, :weight => 156}, @time)
db.keys("*").should be_empty
db.keys("*").should be_empty # FIXME: index_labels option needs to be added, and enabled here
ModelHelper1.redis.keys("*").should be_empty
db("ModelHelper3").keys("*").should have(5).items
ModelHelper3.redis.keys("*").should have(5).items