Replace Status#translatable?
with language matrix in separate endpoint (#24037)
This commit is contained in:
parent
630436ab2d
commit
bd047acc35
19 changed files with 165 additions and 180 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue