Skip to content

Commit

Permalink
not valid test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 15, 2024
1 parent c7ae9c2 commit 6e529f2
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions spec/datadog/di/instrumenter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,6 @@

include_examples 'invokes callback and captures parameters'
end

context 'when passed via a splat with string keys' do

let(:target_call) do
pending '2.x only?'
expect(HookTestClass.new.hook_test_method_with_kwarg(**{'kwarg' => 42})).to eq 42
end

include_examples 'invokes callback and captures parameters'
end
end
end

Expand Down Expand Up @@ -229,16 +219,6 @@

include_examples 'invokes callback and captures parameters'
end

context 'when passed via a splat with string keys' do

let(:target_call) do
pending '2.x only?'
expect(HookTestClass.new.hook_test_method_with_kwarg(**{'kwarg' => 42})).to eq 42
end

include_examples 'invokes callback and captures parameters'
end
end
end

Expand Down

0 comments on commit 6e529f2

Please sign in to comment.