mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
fixed a typo... ffs...
This commit is contained in:
@@ -17,12 +17,12 @@ describe Redistat::Label do
|
||||
it "should store a label hash lookup key" do
|
||||
label = Redistat::Label.new(@name, {:hashed_label => true}).save
|
||||
label.saved?.should be_true
|
||||
db.hget(Redistat::KEY_LEBELS, label.hash).should == @name
|
||||
db.hget(Redistat::KEY_LABELS, label.hash).should == @name
|
||||
|
||||
name = "contact_us"
|
||||
label = Redistat::Label.create(name, {:hashed_label => true})
|
||||
label.saved?.should be_true
|
||||
db.hget(Redistat::KEY_LEBELS, label.hash).should == name
|
||||
db.hget(Redistat::KEY_LABELS, label.hash).should == name
|
||||
end
|
||||
|
||||
describe "Grouping" do
|
||||
|
||||
Reference in New Issue
Block a user