mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Remove instance check in admin/domain_allows controller spec
This commit is contained in:
parent
cd557564b1
commit
8be2b64621
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ RSpec.describe Admin::DomainAllowsController do
|
||||||
it 'assigns a new domain allow' do
|
it 'assigns a new domain allow' do
|
||||||
get :new
|
get :new
|
||||||
|
|
||||||
expect(assigns(:domain_allow)).to be_instance_of(DomainAllow)
|
|
||||||
expect(response).to have_http_status(200)
|
expect(response).to have_http_status(200)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue