lib/fog/storage/requests/rackspace/get_container.rb in fog-0.5.1 vs lib/fog/storage/requests/rackspace/get_container.rb in fog-0.5.2
- old
+ new
@@ -38,16 +38,8 @@
)
response
end
end
-
- class Mock
-
- def get_container(container, options = {})
- Fog::Mock.not_implemented
- end
-
- end
end
end
end