fog--fog/spec
Ladislav Smola 7d544d467a We need to move all list methods to unified interface, where
only Hash is passed as a first argument. The hash can have
specific fields, that will be recognized and deleted. Rest
of the Hash goes directly to request :query.

Also filtering of options has been deleted, so Fog is now
passing everything, this way we don't have to support changes
in API. Also default values page and per_page has been deleted
because these default values are already set on keystone side.
Default values has been deleted also from recorded VCRs.

This way we can start using the list methods the same. Which
is very important for handling e.g. pagination, filtering,
etc.

All changes are made backwards compatible, with deprecation
warnings, when old interface is used.
2015-06-19 16:51:36 +02:00
..
fog We need to move all list methods to unified interface, where 2015-06-19 16:51:36 +02:00
helpers Test `Provider[]` errors when unknown 2015-02-25 22:36:58 +00:00
spec_helper.rb Add Simplecov for coverage 2015-03-15 00:50:34 +00:00