0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 03:25:17 +08:00
discourse/plugins/discourse-post-voting/spec/plugin_helper.rb
2025-07-15 16:38:05 +02:00

8 lines
227 B
Ruby
Vendored

# 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