VRFS-1265 fixed broken test
This commit is contained in:
parent
ed25bd5456
commit
927532eeff
|
|
@ -19,8 +19,8 @@ describe MaxMindManager do
|
|||
it "looks up regions successfully" do
|
||||
regions = MaxMindManager.regions("US")
|
||||
regions.length.should == 4
|
||||
regions.first.should == "AB"
|
||||
regions.last.should == "DE"
|
||||
regions.first[:region].should == "AB"
|
||||
regions.last[:region].should == "DE"
|
||||
end
|
||||
|
||||
it "looks up cities successfully" do
|
||||
|
|
|
|||
Loading…
Reference in New Issue