From 49fc2afcfd635c36920a94c4a8c1a509adf867ba Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 9 Mar 2011 22:50:04 +0000 Subject: [PATCH] added a FIXME comment about broken model spec till index_labels option is implemented --- spec/model_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/model_spec.rb b/spec/model_spec.rb index 503ba27..1bd4792 100644 --- a/spec/model_spec.rb +++ b/spec/model_spec.rb @@ -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