Merge commit 'b320c9e4c901bf99ccbca321bad2ceb2f51de140' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2026-03-17 18:58:19 +01:00
65 changed files with 448 additions and 249 deletions

View File

@@ -1,5 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe Account::Avatar do
describe 'static avatars', :attachment_processing do
describe 'with a square GIF' do

View File

@@ -1,5 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe Account::Header do
describe 'base64-encoded files', :attachment_processing do
let(:base64_attachment) { "data:image/jpeg;base64,#{Base64.encode64(attachment_fixture('attachment.jpg').read)}" }

View File

@@ -1,5 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe Account::Search do
describe '.search_for' do
before do