From cbb9050c801d55245ba7e8b795e0447e856c0e04 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 28 Nov 2010 11:51:50 +0000 Subject: [PATCH] fixed a typo --- spec/collection_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]