1
0
Fork 0
forked from gitea/nas
This commit is contained in:
KMY 2024-09-09 07:46:44 +09:00
parent f18eabfe75
commit 951fe226c8
13 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
require 'rails_helper'
describe 'User custom CSS' do
RSpec.describe 'User custom CSS' do
let(:user) { Fabricate(:user) }
let(:custom_css) { '* { display: none !important; }' }