fixtures.rb 166 B

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