5 lines
139 B
Ruby
5 lines
139 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
describe Admin::ProfileController, type: :controller do
|
||
|
it { expect(described_class).to be < AdminController }
|
||
|
end
|