зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-09-03 10:16:18 +03:00
refactor!: update minimum Ruby version to 3.0
Этот коммит содержится в:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe 'Quill editor', type: :system do
|
||||
RSpec.describe 'Quill editor' do
|
||||
let(:author) { Author.create!(email: 'some_email@example.com', name: 'John Doe', age: 30) }
|
||||
let!(:post) { Post.create!(title: 'Test', author: author, description: 'Some content...') }
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe 'Quill JS', type: :system do
|
||||
RSpec.describe 'Quill JS' do
|
||||
it 'has a Javascript function defined and returns the version', :aggregate_failures do
|
||||
visit '/admin/posts'
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user