Replace Status#translatable?
with language matrix in separate endpoint (#24037)
This commit is contained in:
committed by
GitHub
parent
630436ab2d
commit
bd047acc35
@@ -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|
|
||||
|
Reference in New Issue
Block a user