We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8e5dc commit 742b9baCopy full SHA for 742b9ba
spec/integration/cli/cli_spec.rb
@@ -429,8 +429,7 @@
429
['sample::params', 'Task with parameters']
430
)
431
432
- expect(@log_output.readlines).to include(/expected object key/) ||
433
- include(/ WARN Puppet : expected object key/)
+ expect(@log_output.readlines).to include(/expected object key/) || include(/ WARN Puppet : expected object key/) # rubocop:disable Layout/LineLength
434
end
435
436
0 commit comments