mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 11:45:21 -05:00
9 lines
227 B
Ruby
9 lines
227 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.configure do |config|
|
|
# this is so that fabricators can fabricate
|
|
# since the creation of some models require
|
|
# the plugin to be turned on
|
|
SiteSetting.post_voting_enabled = true
|
|
end
|