refactor!: update minimum Ruby version to 3.0

Этот коммит содержится в:
Mattia Roccoberton
2024-02-25 11:58:22 +01:00
родитель 22a1c8714c
Коммит ce65cfbb7e
10 изменённых файлов: 22 добавлений и 63 удалений

Просмотреть файл

@@ -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'