> @@ -81,15 +94,51 @@ public void testExecute() {
> }
>
> @Test
> + public void testExecuteConcurrentlyWithExecutorService() {
> + assertTrue(size(strategy.execute(testExecutorService, "_default")) > 0,[minor] (here and below) Use [`Iterables.isEmpty`](http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/collect/Iterables.html#isEmpty(java.lang.Iterable\))? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/47/files#r15465387
