Merge pull request #2711 from javierv/fix_flaky_ckeditor_specs

Fix flaky specs using CKEditor
This commit is contained in:
Raimond Garcia
2018-07-09 10:28:55 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
Ckeditor.setup do |config|
config.assets_languages = Rails.application.config.i18n.available_locales.map{|l| l.to_s.downcase}
config.assets_plugins = []
config.assets_plugins = %w[copyformatting tableselection scayt wsc]
end