fixtures.rb 164 B

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