зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
8 строки
151 B
Ruby
8 строки
151 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.configure do |config|
|
|
config.before(:each, type: :system) do
|
|
driven_by(:selenium_chrome_headless)
|
|
end
|
|
end
|