add base feature specs
This commit is contained in:
@@ -59,4 +59,10 @@ Rails.application.configure do
|
||||
|
||||
# Annotate rendered view with file names.
|
||||
# config.action_view.annotate_rendered_view_with_filenames = true
|
||||
|
||||
config.active_record.encryption = {
|
||||
primary_key: 'test master key',
|
||||
deterministic_key: 'test deterministic key',
|
||||
key_derivation_salt: 'test key derivation salt'
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user