e621 user page fix for faved posts

This commit is contained in:
Dylan Knutson
2025-07-27 17:16:48 +00:00
parent 53a9498386
commit 8b2ee14ef7
5 changed files with 12 additions and 6 deletions

View File

@@ -11,7 +11,6 @@ end
RSpec.describe BlobEntriesController, type: :controller do
render_views
let(:blob_file) do
create(
:blob_file,

View File

@@ -80,6 +80,8 @@ RSpec.configure do |config|
# Add FactoryBot methods
config.include FactoryBot::Syntax::Methods
config.render_views
end
require "spec_util"