lib/fog/dns/requests/zerigo/get_zone_stats.rb in fog-0.5.1 vs lib/fog/dns/requests/zerigo/get_zone_stats.rb in fog-0.5.2

- old
+ new

@@ -29,16 +29,8 @@ :path => "/api/1.1/zones/#{zone_id}/stats.xml" ) end end - - class Mock - - def get_zone_stats(zone_id) - Fog::Mock.not_implemented - end - - end end end end