Skip to content

Commit 817456e

Browse files
committed
chore(specs): remove rails < 5.1 skip thingie
1 parent afd6b90 commit 817456e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-rails/spec/sentry/rails/log_subscribers/active_record_subscriber_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
expect(log_event).not_to be_nil
148148
end
149149

150-
it "includes cached flag when query is cached", skip: Rails.version.to_f < 5.1 ? "Rails 5.0.0 doesn't include cached flag in sql.active_record events" : false do
150+
it "includes cached flag when query is cached" do
151151
post = Post.create!(title: "test")
152152

153153
Sentry.get_current_client.flush

0 commit comments

Comments
 (0)