On Mon, 2012-07-23 at 14:42 +0200, [email protected] wrote: > This patch introduces few changes to EC2 driver. Currently when client > ask for specific instance/realm/image and this resource does not exists, > various kinds of exceptions are returned and captured in order to say > '404 - Not Found'. This patch will make EC2 driver return empty set or > 'nil' in this case, which is the same behaviour we have in Mock driver.
ACK; I like that consistency. I do not like the wait_for! method in the lib/ directory - the method is fine for tests, but it should live in the tests/ dir. David
