diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-12-12 11:47:12 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-16 17:59:56 -0800 |
commit | bac1de423f35c6c6edf761d04217250f312302ff (patch) | |
tree | 00d9d6676da7fd0f0c63f7a4d58e9aad34988cfd /lib/chef/resource.rb | |
parent | f0e75a337daa62608b9e816ef8bdc2335bf2b033 (diff) | |
download | chef-bac1de423f35c6c6edf761d04217250f312302ff.tar.gz |
Adding unit test coverage and updating per github review
Conflicts:
spec/unit/recipe_spec.rb
spec/unit/resource_spec.rb
spec/unit/run_context_spec.rb
Resolving cherry pick commit merge issues
Diffstat (limited to 'lib/chef/resource.rb')
-rw-r--r-- | lib/chef/resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb index 2e2bd2c84e..17f109242f 100644 --- a/lib/chef/resource.rb +++ b/lib/chef/resource.rb @@ -30,7 +30,7 @@ require 'chef/resource_collection' require 'chef/node_map' require 'chef/node' require 'chef/platform' -require 'chef/resource_notification' +require 'chef/resource/resource_notification' require 'chef/mixin/deprecation' require 'chef/mixin/descendants_tracker' |