summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-09-14 18:14:52 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-09-14 18:14:52 -0700
commit01bfabc9015f68af084d76a29ee46dc38285e535 (patch)
tree49427942f4e8b1810063698b42ca6f618031827d
parent72cb4af6451f67791469456899df5bd09db94d7b (diff)
downloadchef-01bfabc9015f68af084d76a29ee46dc38285e535.tar.gz
remove deprecation warnings testlcg/suppress_freeze_warnings
-rw-r--r--spec/integration/client/client_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/integration/client/client_spec.rb b/spec/integration/client/client_spec.rb
index 1a030c130b..5b235e2720 100644
--- a/spec/integration/client/client_spec.rb
+++ b/spec/integration/client/client_spec.rb
@@ -350,8 +350,6 @@ EOM
expect(run_complete).to be >= 0
# Make sure there is exactly one result for each, and that it occurs *after* the complete message.
- expect(match_indices(/MyResource.x has an array or hash default/, result.stdout)).to match([ be > run_complete ])
- expect(match_indices(/MyResource.y has an array or hash default/, result.stdout)).to match([ be > run_complete ])
expect(match_indices(/nil currently does not overwrite the value of/, result.stdout)).to match([ be > run_complete ])
end
end