Disable paperclip processing in specs (#25359)

This commit is contained in:
Matt Jankowski
2023-06-10 12:27:35 -04:00
committed by GitHub
parent c81f59583c
commit c94bb9ba9a
4 changed files with 9 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
require 'rails_helper'
RSpec.describe MediaAttachment do
RSpec.describe MediaAttachment, paperclip_processing: true do
describe 'local?' do
subject { media_attachment.local? }