Skip to content

Commit

Permalink
Oops, fix specs when Vernier is not loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Sep 3, 2024
1 parent bb821cb commit 7cf05bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-ruby/spec/sentry/vernier/profiler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "sentry/vernier/profiler"

RSpec.describe Sentry::Vernier::Profiler, when: { ruby_version?: [:>=, "3.2.1"] } do
RSpec.describe "Sentry::Vernier::Profiler", when: { ruby_version?: [:>=, "3.2.1"] } do
subject(:profiler) { described_class.new(Sentry.configuration) }

before do
Expand Down

0 comments on commit 7cf05bd

Please sign in to comment.