REFACTOR: admin embeddable hosts controller specs to requests (#5979)

This commit is contained in:
OsamaSayegh 2018-06-11 07:32:13 +03:00 committed by Guo Xiang Tan
parent 062aecd239
commit 4ac7be1d1c
1 changed files with 0 additions and 2 deletions

View File

@ -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