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