test/api_stub.rb in fog-azure-rm-temp-0.0.2 vs test/api_stub.rb in fog-azure-rm-temp-0.0.3
- old
+ new
@@ -16,11 +16,10 @@
module Storage
autoload :StorageAccount, File.expand_path('api_stub/models/storage/storageaccount', __dir__)
autoload :File, ::File.expand_path('api_stub/models/storage/file', __dir__)
autoload :Directory, ::File.expand_path('api_stub/models/storage/directory', __dir__)
- autoload :RecoveryVault, ::File.expand_path('api_stub/models/storage/recovery_vault', __dir__)
end
module Network
autoload :PublicIp, File.expand_path('api_stub/models/network/public_ip', __dir__)
autoload :Subnet, File.expand_path('api_stub/models/network/subnet', __dir__)
@@ -79,10 +78,9 @@
module Storage
autoload :StorageAccount, File.expand_path('api_stub/requests/storage/storageaccount', __dir__)
autoload :File, ::File.expand_path('api_stub/requests/storage/file', __dir__)
autoload :Directory, ::File.expand_path('api_stub/requests/storage/directory', __dir__)
- autoload :RecoveryVault, ::File.expand_path('api_stub/requests/storage/recovery_vault', __dir__)
end
module Network
autoload :PublicIp, File.expand_path('api_stub/requests/network/public_ip', __dir__)
autoload :Subnet, File.expand_path('api_stub/requests/network/subnet', __dir__)