Replace Status#translatable? with language matrix in separate endpoint (#24037)

This commit is contained in:
Christian Schmidt
2023-03-16 11:07:24 +01:00
committed by GitHub
parent 630436ab2d
commit bd047acc35
19 changed files with 165 additions and 180 deletions

View File

@@ -3,7 +3,7 @@
require 'rails_helper'
describe InstancePresenter do
let(:instance_presenter) { InstancePresenter.new }
let(:instance_presenter) { described_class.new }
describe '#description' do
around do |example|