lib/ridley/chef.rb in ridley-0.9.1 vs lib/ridley/chef.rb in ridley-0.10.0.rc1

- old
+ new

@@ -3,9 +3,8 @@ # # Classes and modules used for integrating with a Chef Server, the Chef community # site, and Chef Cookbooks module Chef autoload :Cookbook, 'ridley/chef/cookbook' - autoload :Chefignore, 'ridley/chef/chefignore' autoload :Digester, 'ridley/chef/digester' end end