test-kitchen / kitchen-rackspace

A Rackspace Cloud driver for Test Kitchen
Apache License 2.0
12 stars 17 forks source link

Optimize our requires #84

Closed tas50 closed 4 years ago

tas50 commented 4 years ago

Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem.

Signed-off-by: Tim Smith tsmith@chef.io