# frozen_string_literal: true RSpec.configure do |config| config.before(:suite) do DatabaseCleaner.clean_with(:truncation) Rails.application.load_seed end end