summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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