• Michael Kozono's avatar
    Avoid dropping tables in test · a97e5057
    Michael Kozono authored
    And use :migration tag to use deletion strategy, and to avoid caching tables, and to lock into a particular schema.
    
    Attempting to fix intermittent spec errors `PG::UndefinedTable: ERROR:  relation "public.untracked_files_for_uploads" does not exist`.
    a97e5057
prepare_untracked_uploads_spec.rb 5.39 KB