Files
discourse/plugins/discourse-post-voting/spec/plugin_helper.rb
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
227 B
Ruby
Raw Normal View History

# 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