fix spec broken by no longer supported function countries
This commit is contained in:
parent
82ad25795c
commit
26667bf4c2
|
|
@ -11,9 +11,9 @@ describe MaxMindManager do
|
|||
end
|
||||
|
||||
it "looks up countries successfully" do
|
||||
countries = MaxMindManager.countries()
|
||||
countries = MaxMindManager.countriesx()
|
||||
countries.length.should == 1
|
||||
countries[0] == "US"
|
||||
countries[0] == {countrycode: "US", countryname: "United States"}
|
||||
end
|
||||
|
||||
it "looks up regions successfully" do
|
||||
|
|
|
|||
Loading…
Reference in New Issue