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