diff --git a/spec/collection_spec.rb b/spec/collection_spec.rb index 52b8834..48938bb 100644 --- a/spec/collection_spec.rb +++ b/spec/collection_spec.rb @@ -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]