From ea820d44f47345e640f94c7cdc27eb5348d21a5a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 13 Mar 2011 19:52:30 +0000 Subject: [PATCH] fixed typo in Finder spec --- spec/finder_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/finder_spec.rb b/spec/finder_spec.rb index 14fcf33..0af91a6 100644 --- a/spec/finder_spec.rb +++ b/spec/finder_spec.rb @@ -31,7 +31,7 @@ describe Redistat::Finder do finder = Redistat::Finder.label("hello") finder.options[:label].to_s.should == "hello" - finder.label.to_s.shold == "hello" + finder.label.to_s.should == "hello" finder = Redistat::Finder.dates(@two_hours_ago, @one_hour_ago) finder.options[:from].should == @two_hours_ago