From 3979b554c76e7a5df76919ab7dd1ee26f429b7ab Mon Sep 17 00:00:00 2001 From: Ivo Anjo Date: Thu, 6 Jun 2024 09:28:00 +0100 Subject: [PATCH] Make rubocop happy --- spec/datadog/profiling/native_extension_helpers_spec.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spec/datadog/profiling/native_extension_helpers_spec.rb b/spec/datadog/profiling/native_extension_helpers_spec.rb index a2342dcee70..c80cfc6f83b 100644 --- a/spec/datadog/profiling/native_extension_helpers_spec.rb +++ b/spec/datadog/profiling/native_extension_helpers_spec.rb @@ -67,12 +67,13 @@ context 'when libdatadog is unsupported' do it do - expect(described_class.libdatadog_folder_relative_to_ruby_extensions_folders(libdatadog_pkgconfig_folder: nil)).to be nil + expect( + described_class.libdatadog_folder_relative_to_ruby_extensions_folders(libdatadog_pkgconfig_folder: nil) + ).to be nil end end end - describe '::LIBDATADOG_VERSION' do it 'must match the version restriction set on the gemspec' do # This test is expected to break when the libdatadog version on the .gemspec is updated but we forget to update