From 42de09a95b5a264a9e2ca70b77a220982f01885d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 19 Jul 2010 10:36:09 +0300 Subject: [PATCH] better spec name --- spec/key_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/key_spec.rb b/spec/key_spec.rb index fb9645b..197c166 100644 --- a/spec/key_spec.rb +++ b/spec/key_spec.rb @@ -10,7 +10,7 @@ describe Redistat::Key do @key = Redistat::Key.new(@scope, @label, @now, {:depth => :day}) end - it "should initialize new keys properly" do + it "should initialize properly" do @key.scope.should == @scope @key.label.should be_instance_of(Redistat::Label) @key.label.name.should == @label