mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
fixed a typo
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user