fixed a typo

This commit is contained in:
2010-11-28 11:51:50 +00:00
parent 58a2fb560c
commit cbb9050c80

View File

@@ -2,7 +2,7 @@ require "spec_helper"
describe Redistat::Collection do
it "should should initialize properly" do
it "should initialize properly" do
options = {:from => "from", :till => "till", :depth => "depth"}
result = Redistat::Collection.new(options)
result.from.should == options[:from]