Skip to content

Commit 772ae6f

Browse files
committed
chore: minor formatting fix
1 parent 6049bfd commit 772ae6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry-ruby/spec/sentry/client_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ def sentry_context
99
end
1010

1111
RSpec.describe Sentry::Client do
12+
subject { Sentry::Client.new(configuration) }
13+
1214
let(:configuration) do
1315
Sentry::Configuration.new.tap do |config|
1416
config.dsn = Sentry::TestHelper::DUMMY_DSN
1517
config.transport.transport_class = Sentry::DummyTransport
1618
end
1719
end
18-
subject { Sentry::Client.new(configuration) }
1920

2021
let(:hub) do
2122
Sentry::Hub.new(subject, Sentry::Scope.new)

0 commit comments

Comments
 (0)