Disable paperclip processing in specs (#25359)
This commit is contained in:
parent
c81f59583c
commit
c94bb9ba9a
4 changed files with 9 additions and 3 deletions
|
@ -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? }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue