Implement Instance Moderation Notes (#31529)
This commit is contained in:
parent
0f9f27972d
commit
72f2f35bfb
20 changed files with 295 additions and 15 deletions
|
|
@ -3,9 +3,9 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Instance do
|
||||
describe 'Scopes' do
|
||||
before { described_class.refresh }
|
||||
before { described_class.refresh }
|
||||
|
||||
describe 'Scopes' do
|
||||
describe '#searchable' do
|
||||
let(:expected_domain) { 'host.example' }
|
||||
let(:blocked_domain) { 'other.example' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue