1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/spec/fog
Paul Thornthwaite 0bda54cff9 Remove tests for deprecated binary #[]
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.
2018-06-21 10:55:54 +01:00
..
bin Remove tests for deprecated binary #[] 2018-06-21 10:55:54 +01:00
xml DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
account_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
billing_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
bin_spec.rb Drop Zerigo 2018-02-25 11:56:56 -03:00
cdn_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
compute_spec.rb "Fix" incorrect Compute provider credential test 2018-06-19 11:56:06 +01:00
dns_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
identity_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
image_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
metering_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
monitoring_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
network_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
orchestration_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
storage_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
support_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
volume_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00
vpn_spec.rb DRY up specs with spec_helper 2015-03-15 00:47:24 +00:00