mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 10:24:39 +08:00
DEV: Apply syntax_tree formatting to spec/*
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe UploadsController, type: [:multisite, :request] do
|
||||
RSpec.describe UploadsController, type: %i[multisite request] do
|
||||
let!(:user) { Fabricate(:user) }
|
||||
let(:upload) { Fabricate(:upload_s3) }
|
||||
|
||||
|
Reference in New Issue
Block a user