diff options
author | Thom May <thom@may.lt> | 2016-11-01 17:17:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-01 17:17:31 +0000 |
commit | 2fc0990abc65f3ab717887dd7bdfd3517bc2ec0f (patch) | |
tree | 96bfbcc0fe1c3d8211c45a8f4b913f3bce434775 /spec | |
parent | 8cabbb7a61a49eba48ef20132fdf6ee90f94713c (diff) | |
parent | 3a4442b96ba2005a9616e0f3137f651580a06ee7 (diff) | |
download | chef-2fc0990abc65f3ab717887dd7bdfd3517bc2ec0f.tar.gz |
Merge pull request #5496 from chef/adamleff/deprecations-to-data-collector
Add deprecations to Data Collector competion message
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/data_collector/messages_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/unit/data_collector/messages_spec.rb b/spec/unit/data_collector/messages_spec.rb index 394f18dce0..5c6ec8736c 100644 --- a/spec/unit/data_collector/messages_spec.rb +++ b/spec/unit/data_collector/messages_spec.rb @@ -113,6 +113,7 @@ describe Chef::DataCollector::Messages do status total_resource_count updated_resource_count + deprecations } end let(:optional_fields) { %w{error} } @@ -164,6 +165,7 @@ describe Chef::DataCollector::Messages do status total_resource_count updated_resource_count + deprecations } end let(:optional_fields) { [] } |