Fix RSpec/MetadataStyle
cop in spec/ (#27729)
This commit is contained in:
parent
e4e752c26e
commit
949f5eb860
8 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe MediaAttachment, paperclip_processing: true do
|
||||
RSpec.describe MediaAttachment, :paperclip_processing do
|
||||
describe 'local?' do
|
||||
subject { media_attachment.local? }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue