fix: Fix test failures across different ActiveAdmin versions

- Update CSS loading test to check for Quill styling in a more robust way
- Handle nested resource test differently for AA2/3 vs AA4 due to has_many behavior differences
- Fix RuboCop Layout/ExtraSpacing offenses in Appraisals file
- Tests now pass for AA4 and gracefully skip incompatible tests in AA2/3

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
Этот коммит содержится в:
Gleb Tv
2025-09-24 13:23:53 +03:00
родитель 9d11acb6ec
Коммит cd97f2eeb8
4 изменённых файлов: 51 добавлений и 16 удалений

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

@@ -17,7 +17,7 @@
}
.ql-container {
@apply rounded-b-md;
@apply border border-gray-300 rounded-b-md;
}
.ql-editor {