mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 11:11:11 +02:00
Set db cleaning strategy to truncation when running epp tests
This commit is contained in:
parent
b377fda73f
commit
120538bfed
6 changed files with 37 additions and 11 deletions
|
@ -5,7 +5,7 @@ Rails.application.configure do
|
|||
# test suite. You never need to work with it otherwise. Remember that
|
||||
# your test database is "scratch space" for the test suite and is wiped
|
||||
# and recreated between test runs. Don't rely on the data there!
|
||||
config.cache_classes = true
|
||||
config.cache_classes = false
|
||||
|
||||
# Do not eager load code on boot. This avoids loading your whole application
|
||||
# just for the purpose of running a single test. If you are using a tool that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue