add some test and things

This commit is contained in:
2021-08-09 19:31:54 +02:00
parent a5d160724b
commit 8e5e5336c7
60 changed files with 29358 additions and 116 deletions

View File

@@ -0,0 +1,8 @@
RSpec.configure do |config|
config.before(:suite) do
DatabaseCleaner.strategy = :truncation
DatabaseCleaner.clean_with(:truncation)
Rails.application.load_seed
end
end