fixed typo in Finder spec

This commit is contained in:
2011-03-13 19:52:30 +00:00
parent acedf071d1
commit ea820d44f4

View File

@@ -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