We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6049bfd commit 772ae6fCopy full SHA for 772ae6f
sentry-ruby/spec/sentry/client_spec.rb
@@ -9,13 +9,14 @@ def sentry_context
9
end
10
11
RSpec.describe Sentry::Client do
12
+ subject { Sentry::Client.new(configuration) }
13
+
14
let(:configuration) do
15
Sentry::Configuration.new.tap do |config|
16
config.dsn = Sentry::TestHelper::DUMMY_DSN
17
config.transport.transport_class = Sentry::DummyTransport
18
19
- subject { Sentry::Client.new(configuration) }
20
21
let(:hub) do
22
Sentry::Hub.new(subject, Sentry::Scope.new)
0 commit comments