Remove before block in spec with TODOs which have been TO-DONE already (#31754)

This commit is contained in:
Matt Jankowski 2024-09-04 15:51:40 -04:00 committed by GitHub
parent 4678473e54
commit 4d5c91e99a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,11 +4,6 @@ require 'rails_helper'
RSpec.describe 'Instance actor endpoint' do
describe 'GET /actor' do
before do
integration_session.https! # TODO: Move to global rails_helper for all request specs?
host! Rails.configuration.x.local_domain # TODO: Move to global rails_helper for all request specs?
end
let!(:original_federation_mode) { Rails.configuration.x.limited_federation_mode }
shared_examples 'instance actor endpoint' do