mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Turn off "bullet" gem in test env
This commit is contained in:
parent
c1cb598da1
commit
a74bce46c9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Rails.application.configure do
|
|||
Bullet.enable = true
|
||||
Bullet.bullet_logger = true
|
||||
Bullet.rails_logger = true
|
||||
Bullet.raise = true # raise an error if n+1 query occurs
|
||||
Bullet.raise = false # raise an error if n+1 query occurs
|
||||
Bullet.unused_eager_loading_enable = false
|
||||
|
||||
# Currenty hard to fix, it is triggered by Epp::Domain.new_from_epp for create request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue