mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
Remove before
block in spec with TODOs which have been TO-DONE already (#31754)
This commit is contained in:
parent
4678473e54
commit
4d5c91e99a
|
@ -4,11 +4,6 @@ require 'rails_helper'
|
||||||
|
|
||||||
RSpec.describe 'Instance actor endpoint' do
|
RSpec.describe 'Instance actor endpoint' do
|
||||||
describe 'GET /actor' 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 }
|
let!(:original_federation_mode) { Rails.configuration.x.limited_federation_mode }
|
||||||
|
|
||||||
shared_examples 'instance actor endpoint' do
|
shared_examples 'instance actor endpoint' do
|
||||||
|
|
Loading…
Reference in a new issue