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

14 commits

Author SHA1 Message Date
A.S. Lomoff
45193a7caf remove some test output, add size_gb as a required field for disk creation 2014-06-13 17:26:15 +03:00
A.S. Lomoff
2f6dfc9ceb fix disks and servers live tests 2014-06-13 17:10:00 +03:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Carlos Sanchez
6c386fcee0 Disable specific tests that don't pass on jruby 1.7.5+
Due to https://github.com/jruby/jruby/issues/1265
2013-11-25 16:50:43 +01:00
Trae Robrock
dc6e78d6bd Cleanup and refactor digitalocean integration
* Handle case where droplet is locked pending events, DO support says
they are planning to expose something in the api to show these events.
Until then this is the best we have.
* Whitespace cleanup
* Refactor test helpers
* Use the collection helper for the digitalocean servers collection
2013-07-10 17:41:12 -07:00
Andreas Gerauer
3c51776171 add a test to protect certain Enumerable methods in Fog::Collection subclasses 2013-03-13 18:03:03 +01:00
geemus
66ed4aa98b [aws|compute] fixes for mocks tests 2011-09-23 16:53:01 -05:00
geemus
fa77c2ff1d [tests] non-destructively generate id for get('fake') == nil tests 2011-08-16 12:22:15 -05:00
geemus
9553c3805e [tests] replace letters with letters and numbers with numbers in collection#get failure test 2011-07-22 11:46:55 -05:00
geemus
cb8004024e [tests] fix collection helper to play nice with numeric ids 2011-07-20 17:34:18 -05:00
geemus
6ea8439501 [tests] trying again to make collection gsub to get nils more resilient/unique 2011-06-22 11:26:15 -07:00
geemus
ed35bbafcc [tests] make collection gsub to find nils a bit more resilient/unique 2011-06-20 23:33:15 -07:00
Aaron Suggs
c95038bdc6 [aws|rds] Refactor RDS model & collection tests
Added tests for several models & collections.
2011-06-04 08:03:25 -04:00
geemus
bb007dbd75 fix loading/naming of shared tests 2011-01-03 11:28:16 -08:00
Renamed from tests/helpers/collection_tests.rb (Browse further)