Skip to content

Commit 5d55576

Browse files
authored
Update sentry-ruby/spec/sentry/hub_spec.rb
1 parent e549293 commit 5d55576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-ruby/spec/sentry/hub_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
expect(string_io.string).to include("Options [:unsupported] are not supported and will not be applied to the event.")
351351
end
352352

353-
it "should not show the unsupported options notice even if it has a special parameter" do
353+
it "does not warn about unsupported options if all passed options are supported" do
354354
expect do
355355
subject.capture_event(event, level: 'DEBUG')
356356
end.not_to raise_error

0 commit comments

Comments
 (0)