5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 15:56:20 +00:00

fix: no cargar seeds en los tests por ahora
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-10-06 11:09:54 -03:00
parent b52a1b416f
commit 76fd32bd92
No known key found for this signature in database

View file

@ -4,7 +4,6 @@ require File.expand_path('../config/environment', __dir__)
require 'rails/test_help'
require 'open3'
Rails.application.load_seed
# rubocop:disable Style/ClassAndModuleChildren
class ActiveSupport::TestCase