fixtures.rb 165 B

12345
  1. # Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
  2. RSpec.configure do |config|
  3. config.fixture_path = "#{::Rails.root}/spec/fixtures"
  4. end