Change Wrapstodon switch from feature flag to admin setting (#37273)

This commit is contained in:
Claire
2025-12-17 10:47:02 +01:00
committed by GitHub
parent a292162c5f
commit db62d70492
9 changed files with 28 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ RSpec.describe 'Instances' do
end
end
context 'when wrapstodon is enabled', feature: :wrapstodon do
context 'when wrapstodon is enabled' do
before do
travel_to Time.utc(2025, 12, 20)
end