1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2025-02-22 11:54:09 +01:00

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

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