diff --git a/db/seeds.rb b/db/seeds.rb index 27b3ba1900..a1c971f149 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -6,7 +6,6 @@ # If you specify the string 'random' (e.g. `export DB_SEEDS_RANDOM_SEED=random`), a random seed will be assigned for you. # If you don't specify anything, 0 will be used as the seed, ensuring consistent data across hosts and runs. -require "faker" require_relative "seeds/casa_org_populator_presets" require_relative "seeds/db_populator" require_relative "../lib/tasks/data_post_processors/case_contact_populator" diff --git a/spec/system/judges/new_spec.rb b/spec/system/judges/new_spec.rb index 415a88dc8c..1175001132 100644 --- a/spec/system/judges/new_spec.rb +++ b/spec/system/judges/new_spec.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true require "rails_helper" -require "faker" RSpec.describe "judges/new", type: :system do let(:organization) { create(:casa_org) }