REFACTOR: admin embedding controller specs to requests (#5980)

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

View File

@ -1,9 +1,7 @@
require 'rails_helper'
describe Admin::EmbeddingController do
it "is a subclass of AdminController" do
expect(Admin::EmbeddingController < Admin::AdminController).to eq(true)
end
end