add base feature specs

This commit is contained in:
Alex Turchyn
2023-08-20 12:42:47 +03:00
parent 6b4e7c2264
commit cbc6f4497a
32 changed files with 1134 additions and 12 deletions
+6
View File
@@ -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