Autofix Rubocop RSpec/BeEq (#23740)
This commit is contained in:
@ -116,7 +116,7 @@ describe Admin::Reports::ActionsController do
|
||||
|
||||
it 'marks the non-deleted as sensitive' do
|
||||
subject
|
||||
expect(media_attached_status.reload.sensitive).to eq true
|
||||
expect(media_attached_status.reload.sensitive).to be true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user