6 lines
164 B
Ruby
6 lines
164 B
Ruby
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
||
|
|
||
|
RSpec.configure do |config|
|
||
|
config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
||
|
end
|