mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REFACTOR: admin embeddable hosts controller specs to requests (#5979)
This commit is contained in:
committed by
Guo Xiang Tan
parent
062aecd239
commit
4ac7be1d1c
@@ -1,9 +1,7 @@
|
||||
require 'rails_helper'
|
||||
|
||||
describe Admin::EmbeddableHostsController do
|
||||
|
||||
it "is a subclass of AdminController" do
|
||||
expect(Admin::EmbeddableHostsController < Admin::AdminController).to eq(true)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user