Skip to content

Commit

Permalink
don't raise if bullet detect a potentially unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Jan 29, 2024
1 parent 3a11b21 commit 3d8c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
config.after_initialize do
Bullet.enable = true
Bullet.bullet_logger = true
Bullet.raise = true # raise an error if n+1 query occurs
# Bullet.raise = true # raise an error if n+1 query occurs
end

# Settings specified here will take precedence over those in config/application.rb.
Expand Down

0 comments on commit 3d8c42b

Please sign in to comment.