Add missing require rails helper to recent moved files (#38254)

This commit is contained in:
Matt Jankowski
2026-03-17 11:16:32 -04:00
committed by GitHub
parent 96c93ba835
commit 9c4a072adf
3 changed files with 6 additions and 0 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