0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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? }