suggested changes that includes:
moving actions for custom domain in its own controller use separate service class for custom domains updated help text for custom domains increased test coverage for custom domains
This commit is contained in:
parent
d2b5ec1770
commit
bc17f210a6
14 changed files with 208 additions and 73 deletions
|
|
@ -135,15 +135,6 @@ describe Admin::ConferencesController do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe 'GET #custom_domain', blah: true do
|
||||
it 'render custom domain' do
|
||||
get :custom_domain, id: conference.short_title
|
||||
|
||||
expect(response).to render_template :custom_domain
|
||||
expect(response).to be_success
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
shared_examples 'access as organization_admin' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue