fog--fog/spec
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
..
fog Remove tests for deprecated binary `#[]` 2018-06-21 10:55:54 +01:00
helpers Test `Provider[]` errors when unknown 2015-02-25 22:36:58 +00:00
vcloud_director fix tests 2016-03-15 15:55:11 +00:00
spec_helper.rb Add Simplecov for coverage 2015-03-15 00:50:34 +00:00