1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Paul Thornthwaite
706f873c53 DRY up specs with spec_helper
We require setting up MiniSpec and `fog` in each spec and this just
feels cleaner way of doing it.

Adding Coverage next and we don't want the code in EVERY spec.
2015-03-15 00:47:24 +00:00
Paul Thornthwaite
0ef2453fa0 Tests top level classes interface
Currently most providers used by the `fog` binary give themselves a top
level class. This has become the place a lookup table between services
and the classes which implement them.

This adds compatibility tests for the existing behaviour to allow
controlled extraction to modules.

This top level class behaviour is due to be deprecated and removed in
fog 2.0
2015-02-25 22:36:58 +00:00
Paul Thornthwaite
2cd387622e Specs for existing Fog::Bin interface
Prepartion for fog/fog-core#105
2014-12-09 22:42:27 +00:00