mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
FEATURE: Can edit category/host relationships for embedding
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
require 'spec_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