mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
0bda54cff9
Fog originally allowed use of `Provider[:service]` to generate a new instance of a service. This was deprecated since it was not portable. Using `AWS[:compute]` makes it harder to switch providers since all the classes needed renaming. Ideally `Compute[@provider]` would be used and can be configured within an application. The `fog` script ("binary") had a number of backwards-compatibility specs have been testing that the old methods worked. These generated deprecation warnings as they ran. Whilst the behaviour is still intact, this removes the tests that are creating deprecation noise since no one is likely to be using them. |
||
---|---|---|
.. | ||
bin | ||
xml | ||
account_spec.rb | ||
billing_spec.rb | ||
bin_spec.rb | ||
cdn_spec.rb | ||
compute_spec.rb | ||
dns_spec.rb | ||
identity_spec.rb | ||
image_spec.rb | ||
metering_spec.rb | ||
monitoring_spec.rb | ||
network_spec.rb | ||
orchestration_spec.rb | ||
storage_spec.rb | ||
support_spec.rb | ||
volume_spec.rb | ||
vpn_spec.rb |